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
same problem on Lubuntu 20.04 sudo pip install -r requirements_linux.sh ERROR: Invalid requirement: '<!DOCTYPE html>' (from line 6 of requirements_linux.sh)
Thanks a lot for reporting! This was fixed on the latest NSZ v4.0 release.
Since the NSZ v4.0 release every Linux distribution with Python 3.6 or later should be able to just pip3 install nsz to get the CLI version. Every modern Linux distribution using apt should be able to build the GUI version from source using install_linux.sh - others might need to edit install_linux.sh to match their distribution specific package installer.
If you want the CLI version just enter: pip3 install nsz
same problem on Lubuntu 20.04 sudo pip install -r requirements_linux.sh ERROR: Invalid requirement: '<!DOCTYPE html>' (from line 6 of requirements_linux.sh)
No you don't pip3 install the install_linux.sh (earlier named requirements_linux.sh) file but instead execute it.
some errors:
ERROR: Command errored out with exit status 1: command: /usr/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-b1phyb9o/kivy/setup.py'"'"'; __file__='"'"'/tmp/pip-install-b1phyb9o/kivy/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-wmee5ot5 cwd: /tmp/pip-install-b1phyb9o/kivy/ Complete output (668 lines): fatal: not a git repository (or any of the parent directories): .git ERROR: Command errored out with exit status 1: command: /usr/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-wheel-52mhf973/cython/setup.py'"'"'; __file__='"'"'/tmp/pip-wheel-52mhf973/cython/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-ugtpsi0m cwd: /tmp/pip-wheel-52mhf973/cython/ Complete output (598 lines): Unable to find pgen, not compiling formal grammar.
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
The text was updated successfully, but these errors were encountered: