-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
When try to install requirments.txt #1801
Comments
I fixed this by changing |
I had the same problem! What version of Python do you have? For me it occurred with Python 3.12.4. With a conda environment and Python 3.10. everything works fine. I think it also works with Python 3.11. (see the available / supported versions: https://pypi.org/project/onnx-simplifier/). |
i have python 3.12, after this issue downgraded to 3.9, also changed the version of |
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [34 lines of output]
/private/var/folders/vy/99vy6g_j707b_bz33fck_cfh0000gn/T/pip-install-zgi_deuf/onnx-simplifier_cf6eaf8827134fbab45518d42fc5ab94/setup.py:26: DeprecationWarning: Use shutil.which instead of find_executable
CMAKE = find_executable('cmake')
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
/Users/siyad/Documents/python/webiwo/src/webiwo/YOLOX/yolox-env/lib/python3.12/site-packages/setuptools/init.py:94: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.
!!
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.
The text was updated successfully, but these errors were encountered: