Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation issue #17

Closed
billchen0509 opened this issue Feb 1, 2025 · 3 comments
Closed

Installation issue #17

billchen0509 opened this issue Feb 1, 2025 · 3 comments

Comments

@billchen0509
Copy link

billchen0509 commented Feb 1, 2025

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.

@art-egorov
Copy link
Owner

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.

Best

@billchen0509
Copy link
Author

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.

Thanks again!

Best

@art-egorov
Copy link
Owner

That's good! Thank you for your report :)

Best,
Artyom

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants