'how to fix package versions after downgrading python
I recently had to downgrade my python version from 3.8 to 3.6. All of a sudden I'm getting No module named 'onnx.onnx_cpp2py_export' errors which (according to a quick google) are the result of some old packages being installed under 3.8 and not properly downgraded to 3.6. How can I fix all these package version errors?
Is there a simple command for me to view which python version each package was installed under? Is there a simple command for pip to try and resolve all versions on its own?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
