pyprocar icon indicating copy to clipboard operation
pyprocar copied to clipboard

No module named 'pyprocar'

Open laurarnichols opened this issue 6 years ago • 1 comments

I am trying to use pyprocar, but it says there is no module named pyprocar when I try to use import pyprocar. Moreover, if I type pyprocar at the command line, the command is not found. I installed pyprocar using sudo python -m pip install pyprocar which ran the setup.py file, but the file does not seem to set any environment variables. Should I be doing that manually?

laurarnichols avatar Aug 21 '18 20:08 laurarnichols

Hello @laurarnichols ! Thank you for your interest in PyProcar. Did you download the package and install it? pyprocar is uploaded to the python packaging interface so pip install pyprocar should work. You do not have to set any environmental variables.

uthpalaherath avatar Sep 07 '18 00:09 uthpalaherath