PyCharm autocomplete

后端 未结 5 1844
忘掉有多难
忘掉有多难 2020-12-11 02:36

I\'m completely new to Python and PyCharm and I cannot figure out why PyCharm doesn\'t auto-completes very simple cases such as:

import pickle

pickle.dum[co         


        
5条回答
  •  不知归路
    2020-12-11 03:08

    You could try with a virtualenv and on it install all you project dependencies and the go to pycharm preferences/Project Interpreter and it will update your project dependencies.

    Project Inspector

提交回复
热议问题