zjunlp / MKGformer

[SIGIR 2022] Hybrid Transformer with Multi-level Fusion for Multimodal Knowledge Graph Completion
MIT License
162 stars 27 forks source link

Error in torch vision version #25

Closed mayanku closed 1 year ago

mayanku commented 1 year ago

ERROR: Could not find a version that satisfies the requirement torchvision==0.8.2 (from versions: 0.1.6, 0.1.7, 0.1.8, 0.1.9, 0.2.0, 0.2.1, 0.2.2, 0.2.2.post2, 0.2.2.post3, 0.10.0, 0.11.2, 0.11.3, 0.12.0, 0.13.0, 0.13.1, 0.14.0, 0.14.1) ERROR: No matching distribution found for torchvision==0.8.2

I am getting this error while installing torchvision==0.8.2 which version I should use to run this code

flow3rdown commented 1 year ago

Maybe you can try pip install torchvision==0.8.0

mayanku commented 1 year ago

ERROR: Could not find a version that satisfies the requirement torchvision==0.8.0 (from versions: 0.1.6, 0.1.7, 0.1.8, 0.1.9, 0.2.0, 0.2.1, 0.2.2, 0.2.2.post2, 0.2.2.post3, 0.10.0, 0.11.2, 0.11.3, 0.12.0, 0.13.0, 0.13.1, 0.14.0, 0.14.1) ERROR: No matching distribution found for torchvision==0.8.0

flow3rdown commented 1 year ago

This maybe a problem caused by pip, refer to stackoverflow. You can also try to install the .whl file of torchvision directly.