pyprocar icon indicating copy to clipboard operation
pyprocar copied to clipboard

pyprocar not found

Open kcbhamu opened this issue 3 years ago • 2 comments

I have tried to install pyprocar using pip and conda both and in both the cases it is not showing the pyprocar.

At the end of the installation, I am getting this.

Installing collected packages: pyparsing Successfully installed pyparsing-3.0.9

Could you please have a look at it?

kcbhamu avatar Dec 29 '22 04:12 kcbhamu

Please attach an screenshot of the error message and the commands you typed before the error

Best

On Thu, Dec 29, 2022, 1:42 AM kcbhamu @.***> wrote:

I have tried to install pyprocar using pip and conda both and in both the cases it is not showing the pyprocar.

At the end of the installation, I am getting this.

Installing collected packages: pyparsing Successfully installed pyparsing-3.0.9

Could you please have a look at it?

— Reply to this email directly, view it on GitHub https://github.com/romerogroup/pyprocar/issues/90, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAWJJSNGOI7ASKIX5NLKML3WPUJFBANCNFSM6AAAAAATLZACO4 . You are receiving this because you are subscribed to this thread.Message ID: @.***>

fvmunoz avatar Dec 29 '22 13:12 fvmunoz

This is not an issue with pyprocar, but an issue with python versioning/environment.

To troubleshoot, you want to check the output of

pip list

Which you can type into your terminal. You should also check that when you invoke python or pip that they are calling the same executable path (either in the virtual environment or your system python).

wladerer avatar Nov 29 '23 23:11 wladerer