romerogroup / pyprocar

A Python library for electronic structure pre/post-processing
GNU General Public License v3.0
165 stars 72 forks source link

pyprocar not found #90

Open kcbhamu opened 1 year ago

kcbhamu commented 1 year ago

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?

fvmunoz commented 1 year ago

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: @.***>

wladerer commented 7 months ago

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).