External library auto-complete not working. Follow
Hello everyone,
I'm new to python and a friend recommended me PyCharm to get started.
Thing is, I'm having some issues with external libraries not registering for the auto-complete feature.
In this particular case the problem arises with the Pillow library.
I can import it no problem, and even instantiate the Image object:
But when I try to act over the instance of the object, pycharm does not auto complete with common methods (such a size, format, among others):
I've tried to generate my virtual enviroment from console and I have also tried generating a virtual enviroment when creating a new project on PyCharm. Both attemps yielded little success.
Thanks for your time!
Please sign in to leave a comment.
Hello, this is a bug https://youtrack.jetbrains.com/issue/PY-33989.
Please vote for it in order to increase its priority.
I apologize for the inconvenience.