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

Pip install does not create a script (except with version 0.4.18) #364

Closed
weck187 opened this issue Dec 23, 2024 · 2 comments
Closed

Pip install does not create a script (except with version 0.4.18) #364

weck187 opened this issue Dec 23, 2024 · 2 comments

Comments

@weck187
Copy link

weck187 commented Dec 23, 2024

Similar to the issue 286 I can't get the install to work/create a script for any version other than 0.4.18. Since downloading fails like described in issue 359, I wanted to update however I can't get a running version.
Neither with pip, pipx or the manual install.

Trying to run it returns bash: /usr/local/bin/nhentai: File or Directory not found.
There is also no script in .local/bin

I'm running Debian 11 with Python3.9.

Any Idea why this does not work for any version other than 0.4.18.

Trying to pip install it this is the terminal output which appears to be fine.

$ pip install -I nhentai
Collecting nhentai
  Using cached nhentai-0.5.17-py3-none-any.whl
Collecting tabulate<0.10.0,>=0.9.0
  Using cached tabulate-0.9.0-py3-none-any.whl (35 kB)
Collecting requests<3.0.0,>=2.28.2
  Using cached requests-2.32.3-py3-none-any.whl (64 kB)
Collecting iso8601<2.0.0,>=1.1.0
  Using cached iso8601-1.1.0-py3-none-any.whl (9.9 kB)
Collecting soupsieve<3.0,>=2.4
  Using cached soupsieve-2.6-py3-none-any.whl (36 kB)
Collecting urllib3<2.0.0,>=1.26.14
  Using cached urllib3-1.26.20-py2.py3-none-any.whl (144 kB)
Collecting beautifulsoup4<5.0.0,>=4.11.2
  Using cached beautifulsoup4-4.12.3-py3-none-any.whl (147 kB)
Collecting httpx==0.27.2
  Using cached httpx-0.27.2-py3-none-any.whl (76 kB)
Collecting anyio
  Using cached anyio-4.7.0-py3-none-any.whl (93 kB)
Collecting httpcore==1.*
  Using cached httpcore-1.0.7-py3-none-any.whl (78 kB)
Collecting certifi
  Using cached certifi-2024.12.14-py3-none-any.whl (164 kB)
Collecting sniffio
  Using cached sniffio-1.3.1-py3-none-any.whl (10 kB)
Collecting idna
  Using cached idna-3.10-py3-none-any.whl (70 kB)
Collecting h11<0.15,>=0.13
  Using cached h11-0.14.0-py3-none-any.whl (58 kB)
Collecting charset-normalizer<4,>=2
  Using cached charset_normalizer-3.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (144 kB)
Collecting typing_extensions>=4.5
  Using cached typing_extensions-4.12.2-py3-none-any.whl (37 kB)
Collecting exceptiongroup>=1.0.2
  Using cached exceptiongroup-1.2.2-py3-none-any.whl (16 kB)
Installing collected packages: typing-extensions, sniffio, idna, h11, exceptiongroup, certifi, urllib3, soupsieve, httpcore, charset-normalizer, anyio, tabulate, requests, iso8601, httpx, beautifulsoup4, nhentai
Successfully installed anyio-4.7.0 beautifulsoup4-4.12.3 certifi-2024.12.14 charset-normalizer-3.4.0 exceptiongroup-1.2.2 h11-0.14.0 httpcore-1.0.7 httpx-0.27.2 idna-3.10 iso8601-1.1.0 nhentai-0.5.17 requests-2.32.3 sniffio-1.3.1 soupsieve-2.6 tabulate-0.9.0 typing-extensions-4.12.2 urllib3-1.26.20

@xCeanataur
Copy link

Confirmed, both on Windows (Python 3.10.11) and on Ubuntu (Python 3.8.10) a binary is not created, not in Scripts on Windows nor in either /usr/local/bin or ~/.local/bin on linux.

@weck187
Copy link
Author

weck187 commented Jan 10, 2025

Appears to be fixed with version 0.5.17.2 and installation with pip and presumably the other options.

Thank you for your work!

@weck187 weck187 closed this as completed Jan 10, 2025
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

2 participants