Pathos14489 / Pantella

GNU General Public License v3.0
4 stars 1 forks source link

Appears to be an issue with starting after installing requirements #14

Open generalconsensus opened 4 days ago

generalconsensus commented 4 days ago

[WinError 126] The specified module could not be found. Error loading "E:\PL-v0.0.5.2\python-3.10.11-embed\lib\site-packages\torch\lib\fbgemm.dll" or one of its dependencies.

generalconsensus commented 4 days ago

got farther with: https://stackoverflow.com/questions/78786306/fbgemm-load-error-trying-to-use-pytorch-on-windows

Pathos14489 commented 4 days ago

Tl;dr Pytorch had pushed a buggy update last time I installed the requirements. .\python-3.10.11-embed\python.exe -m pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/test/cu124 Seems to be the way to fix it, and I noticed in the link you sent that seems to be what it's recommending as well. Will try and redo the launcher to fix this soonish.