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

Not able to install using pip install crypten #499

Open
nazz93 opened this issue Mar 22, 2024 · 1 comment
Open

Not able to install using pip install crypten #499

nazz93 opened this issue Mar 22, 2024 · 1 comment

Comments

@nazz93
Copy link

nazz93 commented Mar 22, 2024

Hi, I get the below error when running pip install crypten. Am I doing something wrong?

Collecting crypten
Downloading crypten-0.4.1-py3-none-any.whl.metadata (7.4 kB)
Requirement already satisfied: torch>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from crypten) (2.2.1+cu121)
Requirement already satisfied: torchvision>=0.9.1 in /usr/local/lib/python3.10/dist-packages (from crypten) (0.17.1+cu121)
Collecting omegaconf>=2.0.6 (from crypten)
Downloading omegaconf-2.3.0-py3-none-any.whl.metadata (3.9 kB)
Collecting onnx>=1.7.0 (from crypten)
Downloading onnx-1.15.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (15 kB)
Requirement already satisfied: pandas>=1.2.2 in /usr/local/lib/python3.10/dist-packages (from crypten) (1.5.3)
Requirement already satisfied: pyyaml>=5.3.1 in /usr/local/lib/python3.10/dist-packages (from crypten) (6.0.1)
Requirement already satisfied: tensorboard in /usr/local/lib/python3.10/dist-packages (from crypten) (2.15.2)
Requirement already satisfied: future in /usr/local/lib/python3.10/dist-packages (from crypten) (0.18.3)
Requirement already satisfied: scipy>=1.6.0 in /usr/local/lib/python3.10/dist-packages (from crypten) (1.11.4)
Collecting sklearn (from crypten)
Downloading sklearn-0.0.post12.tar.gz (2.6 kB)
error: subprocess-exited-with-error

× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.
Preparing metadata (setup.py) ... error
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.

@ahmad-thewhiz
Copy link

same issue is being faced by me

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

2 participants