You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now it shows me this when i try the cpu version Traceback (most recent call last): File "C:\Windows\system32\Deep-Live-Cam\run.py", line 3, in <module> from modules import core File "C:\Windows\system32\Deep-Live-Cam\modules\core.py", line 14, in <module> import torch File "C:\Windows\system32\Deep-Live-Cam\.venv\Lib\site-packages\torch\__init__.py", line 443, in <module> raise ImportError(textwrap.dedent(''' ImportError: Failed to load PyTorch C extensions: It appears that PyTorch has loaded the torch/_Cfolder of the PyTorch repository rather than the C extensions which are expected in thetorch._Cnamespace. This can occur when using theinstall` workflow. e.g.
$ python setup.py install && python -c "import torch"
This error can generally be solved using the `develop` workflow
$ python setup.py develop && python -c "import torch" # This should succeed
or by running Python from a different directory.`
The text was updated successfully, but these errors were encountered:
Now it shows me this when i try the cpu version
Traceback (most recent call last): File "C:\Windows\system32\Deep-Live-Cam\run.py", line 3, in <module> from modules import core File "C:\Windows\system32\Deep-Live-Cam\modules\core.py", line 14, in <module> import torch File "C:\Windows\system32\Deep-Live-Cam\.venv\Lib\site-packages\torch\__init__.py", line 443, in <module> raise ImportError(textwrap.dedent(''' ImportError: Failed to load PyTorch C extensions: It appears that PyTorch has loaded the
torch/_Cfolder of the PyTorch repository rather than the C extensions which are expected in the
torch._Cnamespace. This can occur when using the
install` workflow. e.g.$ python setup.py install && python -c "import torch"
The text was updated successfully, but these errors were encountered: