ImportError: No module named 'xlrd'

后端 未结 12 802
孤城傲影
孤城傲影 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:57

    If you are facing issues in Windows then try the steps below which works for me:

    1. go to the location %localappdata%
      • C:\Users\\AppData\Local\Programs\Python\Python38-32\Scripts
    2. Open cmd ternimal at this location
    3. run pip install xlrd

提交回复
热议问题