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

requirements.txt not installed please give me solution #134

Open
himanshu9570 opened this issue Sep 10, 2024 · 0 comments
Open

requirements.txt not installed please give me solution #134

himanshu9570 opened this issue Sep 10, 2024 · 0 comments

Comments

@himanshu9570
Copy link

appmon git:(master) ✗ pip install -r requirements.txt
Defaulting to user installation because normal site-packages is not writeable
Collecting alembic==1.0.0 (from -r requirements.txt (line 1))
Using cached alembic-1.0.0-py2.py3-none-any.whl.metadata (6.1 kB)
Collecting banal==0.3.7 (from -r requirements.txt (line 2))
Using cached banal-0.3.7-py2.py3-none-any.whl.metadata (696 bytes)
Collecting chardet==3.0.4 (from -r requirements.txt (line 3))
Using cached chardet-3.0.4-py2.py3-none-any.whl.metadata (3.2 kB)
Collecting Click==7.0 (from -r requirements.txt (line 4))
Using cached Click-7.0-py2.py3-none-any.whl.metadata (3.5 kB)
Collecting dataset==1.3.2 (from -r requirements.txt (line 5))
Using cached dataset-1.3.2-py2.py3-none-any.whl.metadata (1.7 kB)
Collecting Flask==1.0.2 (from -r requirements.txt (line 6))
Using cached Flask-1.0.2-py2.py3-none-any.whl.metadata (4.2 kB)
Collecting frida==12.2.6 (from -r requirements.txt (line 7))
Using cached frida-12.2.6.tar.gz (6.5 kB)
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error

× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [37 lines of output]
running egg_info
creating /tmp/pip-pip-egg-info-f0yijceo/frida.egg-info
writing /tmp/pip-pip-egg-info-f0yijceo/frida.egg-info/PKG-INFO
writing dependency_links to /tmp/pip-pip-egg-info-f0yijceo/frida.egg-info/dependency_links.txt
writing top-level names to /tmp/pip-pip-egg-info-f0yijceo/frida.egg-info/top_level.txt
writing manifest file '/tmp/pip-pip-egg-info-f0yijceo/frida.egg-info/SOURCES.txt'
reading manifest file '/tmp/pip-pip-egg-info-f0yijceo/frida.egg-info/SOURCES.txt'
Traceback (most recent call last):
File "", line 2, in
File "", line 34, in
File "/tmp/pip-install-db3uet3m/frida_ba3fc963edec44c189bbd1f7cd624f07/setup.py", line 140, in
setup(
File "/usr/local/lib/python3.10/dist-packages/setuptools/init.py", line 108, in setup
return distutils.core.setup(**attrs)
File "/usr/local/lib/python3.10/dist-packages/setuptools/_distutils/core.py", line 184, in setup
return run_commands(dist)
File "/usr/local/lib/python3.10/dist-packages/setuptools/_distutils/core.py", line 200, in run_commands
dist.run_commands()
File "/usr/local/lib/python3.10/dist-packages/setuptools/_distutils/dist.py", line 970, in run_commands
self.run_command(cmd)
File "/usr/local/lib/python3.10/dist-packages/setuptools/dist.py", line 945, in run_command
super().run_command(command)
File "/usr/local/lib/python3.10/dist-packages/setuptools/_distutils/dist.py", line 989, in run_command
cmd_obj.run()
File "/usr/local/lib/python3.10/dist-packages/setuptools/command/egg_info.py", line 310, in run
self.find_sources()
File "/usr/local/lib/python3.10/dist-packages/setuptools/command/egg_info.py", line 318, in find_sources
mm.run()
File "/usr/local/lib/python3.10/dist-packages/setuptools/command/egg_info.py", line 544, in run
self.prune_file_list()
File "/usr/local/lib/python3.10/dist-packages/setuptools/command/egg_info.py", line 610, in prune_file_list
base_dir = self.distribution.get_fullname()
File "/usr/local/lib/python3.10/dist-packages/setuptools/_core_metadata.py", line 266, in get_fullname
return _distribution_fullname(self.get_name(), self.get_version())
File "/usr/local/lib/python3.10/dist-packages/setuptools/_core_metadata.py", line 284, in _distribution_fullname
canonicalize_version(version, strip_trailing_zero=False),
TypeError: canonicalize_version() got an unexpected keyword argument 'strip_trailing_zero'
[end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed

× Encountered error while generating package metadata.
╰─> See above for output.

note: This is an issue with the package mentioned above, not pip.
hint: See above for details.

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

1 participant