MTLab / onnx2caffe

pytorch to caffe by onnx
MIT License
370 stars 102 forks source link

pip install caffe not work #49

Open Josephgvvvn opened 6 months ago

Josephgvvvn commented 6 months ago

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.