RolnickLab / ami-ml

Software, algorithms and documentation related to the Automated Monitoring of Insects using deep learning and other machine learning methods.
MIT License
1 stars 1 forks source link

Skip PyTorch 2.0.1 due to bug in release metadata #8

Closed mihow closed 1 year ago

mihow commented 1 year ago

PyTorch released a 2.0.1 with an incomplete list of dependencies in PyPi. You may have encountered errors that look like the following:

"ImportError: libcudnn.so.8: cannot open shared object file: No such file or directory"

There are numerous bug reports describing this issue: https://github.com/pytorch/pytorch/issues/100974 https://github.com/pytorch/pytorch/issues/104259