-
Notifications
You must be signed in to change notification settings - Fork 33
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 import tyxe #17
Comments
Hi, it's a bit hard to tell what might have gone wrong without more details. Did you run If you have all of the dependencies installed, all you need is to make sure that the directory where the |
This error occurs when I use the pip install -e command after running the command line to activate the environment. Is there more detailed installation steps under windows.? Thank you. |
I'm afraid I haven't used Python under Windows before, so can't help with this unfortunately. Would registering the package on pypi solve this for you so you could do a normal |
Did you try to update setuptools pip and wheel ? I had a similar problem with other packages as well. |
Thanks for your response! but I'd also like to ask could I change the versions of torch and torchvision in install_requires in setup.py. Does it support torch 1.12.1+cu116 and torchvision 0.13.1+cu116. My cuda is version 11.6 |
Thank you Cam-B04,I solved the problem by your suggestion! |
Glad the installation problem is solved! I haven't tested any newer pytorch/torchvision versions than the ones in the |
Dear,
I have used pip install tyxe but cannot import it. >> no such module.
How can I resolve this problem?
Thanks.
The text was updated successfully, but these errors were encountered: