-
Notifications
You must be signed in to change notification settings - Fork 2
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
pyTME circular import error #13
Comments
Hi @DcShepherd, Thank you for reaching out. pytme comes with a set of c extensions that help performance but can be a bit tricky to build. I reproduce your error when installing like this
Installing the library in editable mode fixed the issue for me Which installation method did you use? :) |
Hi, Thanks for the quick reply, my installation process is shown below from this page: https://kosinskilab.github.io/pyTME/quickstart/installation.html
The good new is that the |
Hi, Thank you for sharing the installation process. I am glad to hear pytme is working now. I was able to reproduce your error and have updated the installation instructions accordingly. Re-installing in editable mode did solve the issue, but it is a temporary solution at best. The editable mode can be avoided by modifying the file structure of the package. I plan to integrate this in the next 0.2.4 release. Thanks again for reporting :) |
Hello, Thanks for the info! I also had to install Pytorch rather than CuPy to get all the test to pass. I'll have to check if it is a config problem with this machine. |
Hello,
I have been following the tutorial for the installation of pyTME but I am running into this error when I run the pytest protocol.
Furthermore, check to see if the preprocess.py is working but then I get a similar error
I tried deleting and reinstalling multiple times but I get the same error. Would you be able to point out where I might have made of a mistake during the installation.
The text was updated successfully, but these errors were encountered: