How to install pytorch in anaconda windows 10

preview_player
Показать описание
install pytorch in anaconda env using Pip.
Рекомендации по теме
Комментарии
Автор

Microsoft Visual C++ Redistributable is not installed, this may lead to the DLL load failure.
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Users\saiku\anaconda3\lib\site-packages\torch\__init__.py", line 127, in <module>
raise err
OSError: [WinError 126] The specified module could not be found. Error loading or one of its dependencies.


i am getting error like this

SaiKumar-cvuu