Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Pycharm and Windoze
#4
sorry, I used to use pycharm, and recall that it wants you to install through their interface.
likely the version of python being used by pycharm and the one available from cmd are different versions which would explain why it can't see openpyxl.
from cmd, you can (Not a windows guy, but assume it's the same) use pip -V to get pip version,
and python -V to get python version, then compare with the pycharm version and see if they are the same.
each version of python (usually) comes with it's own version of pip.
There are exceptions, for example Anaconda uses 'conda'
Reply


Messages In This Thread
Pycharm and Windoze - by Pedroski55 - Oct-09-2022, 01:37 PM
RE: Pycharm and Windoze - by Larz60+ - Oct-09-2022, 10:25 PM
RE: Pycharm and Windoze - by Pedroski55 - Oct-09-2022, 10:59 PM
RE: Pycharm and Windoze - by Larz60+ - Oct-09-2022, 11:08 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020