-
Notifications
You must be signed in to change notification settings - Fork 101
Description
Hello
in google colab(python 3.10.12)
Traceback (most recent call last):
File "/content/ONNXToCaffe/convertCaffe.py", line 10, in
import caffe
ModuleNotFoundError: No module named 'caffe'
!pip install caffe
RROR: Could not find a version that satisfies the requirement caffe (from versions: none)
ERROR: No matching distribution found for caffe
!pip install caffe2
Collecting caffe2
Using cached caffe2-0.5.0a0.dev100.tar.gz (10.7 MB)
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.