-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Issues while installing using pip #80
Comments
hello, were you able to solve it?, I am a beginner, the same thing happened to me |
Hi, I can't reproduce the problem
|
Could not find a version that satisfies the requirement lama-cleaner (from versions: ) |
What is your version of python? python version should >= 3.6 |
install,success, thanks.
|
pip version : 22.2.1
I'm on Windows 10 Pro 21H2 |
In some environments, the python binary directory may not exist in the shell's
|
/home/paperspace/.local/bin/lama-cleaner:8 in │ |
--gui |
Hi I'm a beginner and I'm facing difficulties to setup this. |
It may be a permission problem, you can try change the model save directory use |
--model-dir= |
Add lama-cleaner --model=lama --device=cpu --port=8080 --model-dir=D:\models The |
Hi I'm a beginner and I'm facing difficulties to setup this.
I tried to install it using pip, as explained. When I run the code bellow,
pip install lama-cleaner
/# Models will be downloaded at first time used
lama-cleaner --model=lama --device=cpu --port=8080
/# Lama Cleaner is now running at http://localhost:8080
The pip installation goes well then this error message shows up (when trying to run the second line) :
lama-cleaner : The term 'lama-cleaner' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and
try again.
Thanks for your help
The text was updated successfully, but these errors were encountered: