You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to install lovis4u on linux server. After following the installation instruction, I got the Installing collected packages: lovis4u Attempting uninstall: lovis4u Found existing installation: lovis4u 0.1.2 Uninstalling lovis4u-0.1.2: Successfully uninstalled lovis4u-0.1.2 Successfully installed lovis4u-0.1.2
but when I tried to use lovis4u --linux it promopted: lovis4u: command not found
Thanks for the help.
The text was updated successfully, but these errors were encountered:
Hi!
I think such problem can be if you're in a conda env. You can try to do conda install pip and then python3 -m pip install lovis4u.
Also try to do it in just python env: python3 -m venv env, source env/bin/activate and then install.
Thanks!
It really works. I tried to create a new conda environment and use both conda install pip , then python3 -m pip install lovis4u as well as python3 -m venv env and source env/bin/activate. Just for the reference for people who will meet this same issue in the future.
I was trying to install lovis4u on linux server. After following the installation instruction, I got the
Installing collected packages: lovis4u Attempting uninstall: lovis4u Found existing installation: lovis4u 0.1.2 Uninstalling lovis4u-0.1.2: Successfully uninstalled lovis4u-0.1.2 Successfully installed lovis4u-0.1.2
but when I tried to use
lovis4u --linux
it promopted:lovis4u: command not found
Thanks for the help.
The text was updated successfully, but these errors were encountered: