ImportError: No module named 'xlrd'

后端 未结 12 833
孤城傲影
孤城傲影 2020-12-16 09:29

I am currently using PyCharm with Python version 3.4.3 for this particular project.

This PyCharm previously had Python2.7, and I upgraded to 3.4.3.

I am tryi

12条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-16 09:45

    The same happened to me using pycharm, I had installed it with pip, pip3 and anaconda and it still didn't work. I manually installed the package from pycharm-> preferences -> project -> project interpreter -> + and it worked.

提交回复
热议问题