-
-
Notifications
You must be signed in to change notification settings - Fork 307
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
ERROR: Could not find a version that satisfies the requirement lightnovel-crawl (from versions: none) #2523
Comments
What installation method do you use? |
I have tried using terminal, downgrading python, downgrading linux mint, using different distros but everytime I get this error. Finally I gave up and returned to Windows where it has worked a lot easier. |
According to your error message i the title, it seems you just misspelled the pip package leading to it trying to install a package which does not exist, thus the "versions: none" error. It's lightnovel-crawler and not lightnovel-crawl |
Thanks man, you were right. Appreciate your help. |
I'm also seeing the same error, as well as a follow up error about no matching distribution. I've double checked and made sure the spelling wasn't the issue, but the problem still persists. For reference, here's the shell input and output ❯ pipx install lightnovel-crawler ─╯
Fatal error from pip prevented installation. Full pip output in file:
/Users/joelthomas/.local/pipx/logs/cmd_2024-12-26_10.22.20_pip_errors.log
Some possibly relevant errors from pip install:
ERROR: Could not find a version that satisfies the requirement lightnovel-crawler (from versions: none)
ERROR: No matching distribution found for lightnovel-crawler
Error installing lightnovel-crawler.
I'm on a Mac, if that's relevant. Also, I'm using pipx to install lncrawl. Here's the error log that was generated --> cmd_2024-12-26_10.22.20_pip_errors.log |
If you can create a virtual environment and install all required dependencies ( |
When I try to install lightnovel-crawl on linux mint 22, this error keeps appearing. I tried all sort of solutions even to the point of re-installing linux but nothing has worked. Do you n]know of a solution?
The text was updated successfully, but these errors were encountered: