You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: