Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OSError: [WinError 127] The specified procedure could not be found. Error loading "C:\Users\Newton\Documents\aistuff\AnimateDiff\venv\Lib\site-packages\torch\lib\torch_python.dll" #374

Open
NNewtonn opened this issue Aug 3, 2024 · 1 comment

Comments

@NNewtonn
Copy link

NNewtonn commented Aug 3, 2024

Installed all requirements on a venv, torch files are there but for some reason python is unable to find it
Python version 3.11.0b3

Traceback (most recent call last):
File "C:\Users\Newton\Documents\aistuff\AnimateDiff\app.py", line 4, in
import torch
^^^^^^^^^^^^
File "C:\Users\Newton\Documents\aistuff\AnimateDiff\venv\Lib\site-packages\torch_init_.py", line 132, in
raise err
^^^^^^^^^
OSError: [WinError 127] The specified procedure could not be found. Error loading "C:\Users\Newton\Documents\aistuff\AnimateDiff\venv\Lib\site-packages\torch\lib\torch_python.dll" or one of its dependencies.
(venv) PS C:\Users\Newton\Documents\aistuff\AnimateDiff>

@NNewtonn
Copy link
Author

NNewtonn commented Aug 3, 2024

it now works from powershell but not from visualstudio code and this was after using pip install numpy==1.24.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant