MrReplikant / AvrilAI

An attempt to create an open-source AI companion that is self-hostable
MIT License
82 stars 14 forks source link

Problem with torch #12

Open Myocastor opened 2 years ago

Myocastor commented 2 years ago

I tried to download it like in manual but got this: image So it seems this old version is unavaible now, can't install it from the site. I installed latest version instead (1.11.0) but got this line: ...\Python310\lib\site-packages\torch\nn\parameter.py", line 2, in from torch._C import _disabled_torch_function_impl ModuleNotFoundError: No module named 'torch._C' I don't know what to do with this.

Myocastor commented 2 years ago

Ok, it seems I needed older Python version. I should've expected that.