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

Error when i try the cpu version #833

Open
Trader-Obs opened this issue Dec 15, 2024 · 0 comments
Open

Error when i try the cpu version #833

Trader-Obs opened this issue Dec 15, 2024 · 0 comments

Comments

@Trader-Obs
Copy link

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.`
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