Dependency Issues
I am getting a lot of dependency issues. I followed all the steps Can someone please assist me
Here is what I did.
I'm using ubuntu 16 on wsl2 on windows 11, miniconda, python=3.8 I installed cuda11.3 from https://developer.nvidia.com/cuda-11.3.0-download-archive?target_os=Linux&target_arch=x86_64&Distribution=WSL-Ubuntu&target_version=2.0&target_type=deb_local export CUDE_HOME=/usr/local/cuda I installed pytorch 1.11.0 from the commands listed at https://pytorch.org/get-started/previous-versions/ then ran 'bash install.sh'
If you get this error, edit the file and comment out the import. It can be fixed importing the right version of numpy but I've not investigated to figure out which version numpy works. ImportError: cannot import name 'bool' from 'numpy' (/home/YOUR_USER_NAME/miniconda3/envs/YOUR_ENV_NAME/lib/python3.8/site-packages/numpy/init.py)