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

ERROR: Could not find a version that satisfies the requirement lightnovel-crawl (from versions: none) #2523

Open
Nikkaballs opened this issue Dec 14, 2024 · 6 comments

Comments

@Nikkaballs
Copy link

Nikkaballs commented Dec 14, 2024

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?

@Nikkaballs Nikkaballs changed the title ERROR: Could not find a version that satisfies the requirement lightnovel-crawl (from versions: none) ERROR: No matching distribution found for lightnovel-crawl ERROR: Could not find a version that satisfies the requirement lightnovel-crawl (from versions: none) Dec 14, 2024
@CryZFix
Copy link
Contributor

CryZFix commented Dec 14, 2024

What installation method do you use?

@Nikkaballs
Copy link
Author

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.

@camp00000
Copy link

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
https://pypi.org/project/lightnovel-crawler/

@Nikkaballs
Copy link
Author

Thanks man, you were right. Appreciate your help.

@jvthomas90
Copy link

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

@zGadli
Copy link
Contributor

zGadli commented Dec 29, 2024

If you can create a virtual environment and install all required dependencies (pip install -r requirements.txt). You can try python lncrawl and see if that works.

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

No branches or pull requests

5 participants