-
Notifications
You must be signed in to change notification settings - Fork 143
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
trying on fedora linux #396
Comments
without user × python setup.py bdist_wheel did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. × Running setup.py install for typed-ast did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. × Encountered error while trying to install package. note: This is an issue with the package mentioned above, not pip. |
i remove the typed-ast from requirements.txt
|
scons platform=x11-64 test ERROR: open_dynamic_library: Can't open dynamic library: /home/krafi.info/Games/notepad/godot-python/tests/bindings/addons/pythonscript/x11-64/libpythonscript.so. Error: libnsl.so.1: cannot open shared object file: No such file or directory |
i dont know maybe the issue is i have godot project on maybe this is the issue nah,, |
pip3 install -r requirements.txt --user
Requirement already satisfied: appdirs==1.4.4 in /home/krafi.info/.local/lib/python3.11/site-packages (from -r requirements.txt (line 7)) (1.4.4)
Collecting autopxd2==1.1.0
Using cached autopxd2-1.1.0.tar.gz (37 kB)
Preparing metadata (setup.py) ... done
Collecting black==20.8b1
Using cached black-20.8b1.tar.gz (1.1 MB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Collecting click==7.1.2
Using cached click-7.1.2-py2.py3-none-any.whl (82 kB)
Collecting cython==0.29.23
Using cached Cython-0.29.23-py2.py3-none-any.whl (978 kB)
Collecting importlib-metadata==4.0.1
Using cached importlib_metadata-4.0.1-py3-none-any.whl (16 kB)
Collecting jinja2==2.11.3
Using cached Jinja2-2.11.3-py2.py3-none-any.whl (125 kB)
Collecting markupsafe==1.1.1
Using cached MarkupSafe-1.1.1.tar.gz (19 kB)
Preparing metadata (setup.py) ... done
Collecting mypy-extensions==0.4.3
Using cached mypy_extensions-0.4.3-py2.py3-none-any.whl (4.5 kB)
Collecting pathspec==0.8.1
Using cached pathspec-0.8.1-py2.py3-none-any.whl (28 kB)
Collecting pep517==0.10.0
Using cached pep517-0.10.0-py2.py3-none-any.whl (19 kB)
Collecting pip-tools==6.0.1
Using cached pip_tools-6.0.1-py3-none-any.whl (43 kB)
Requirement already satisfied: pycparser==2.20 in /usr/lib/python3.11/site-packages (from -r requirements.txt (line 139)) (2.20)
Collecting regex==2021.4.4
Using cached regex-2021.4.4.tar.gz (693 kB)
Preparing metadata (setup.py) ... done
Collecting scons==3.1.2
Using cached scons-3.1.2-py2.py3-none-any.whl (837 kB)
Collecting six==1.15.0
Using cached six-1.15.0-py2.py3-none-any.whl (10 kB)
Requirement already satisfied: toml==0.10.2 in /home/krafi.info/.local/lib/python3.11/site-packages (from -r requirements.txt (line 196)) (0.10.2)
Collecting typed-ast==1.4.3
Using cached typed_ast-1.4.3.tar.gz (210 kB)
Preparing metadata (setup.py) ... done
Requirement already satisfied: typing-extensions==3.7.4.3 in ./venv/lib64/python3.11/site-packages (from -r requirements.txt (line 234)) (3.7.4.3)
Collecting zipp==3.4.1
Using cached zipp-3.4.1-py3-none-any.whl (5.2 kB)
Collecting zstandard==0.15.2
Using cached zstandard-0.15.2.tar.gz (1.0 MB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Collecting pip==21.1
Using cached pip-21.1-py3-none-any.whl (1.5 MB)
Requirement already satisfied: ply==3.11 in /usr/lib/python3.11/site-packages (from pycparser==2.20->-r requirements.txt (line 139)) (3.11)
ERROR: Will not install to the user site because it will lack sys.path precedence to pip in /home/krafi.info/Games/notepad/godot-python/venv/lib64/python3.11/site-packages
The text was updated successfully, but these errors were encountered: