-
Notifications
You must be signed in to change notification settings - Fork 53
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
cannot install the package #26
Comments
Try linux |
I'm having the exact same issue on Windows 11. Also, I think the lietorch library up on PyPI is different to this one: the functions/operators are different. |
Try this out @ykzzyk , @tomwatts-vm:
(or any other supported cuda version, and possibly in a freshly installed conda environment), before installing lietorch. I had the same problem and this way I was able to overcome it this way: as far as I could understand, the error we came across is generated by a mismatch in the cuda version installed with the first command, and the cuda version with which pytorch was compiled. |
Also note that your version of pytorch must be compatible with the version of cuda on your machine. |
OS: Windows 11
Python version: Python 3.8.13
when I install it from the source (python setup.py install), I got the issue looked like:
When i install from the pip (pip install lietorch), It can be installed, but I got the following error:
Could someone who successfully installed the package before give me some suggestions?
Thanks!
The text was updated successfully, but these errors were encountered: