Open kcbhamu opened 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: @.***>
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).
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?