-
Notifications
You must be signed in to change notification settings - Fork 16
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
Problem importing dyneusr; matplotlib TkAgg backend #8
Comments
@jsmentch, thanks for reporting! definitely looks familiar, and pretty sure it is due to some lazy coding on my part sorry for the delay, but should have this resolved for you ASAP |
removing all the calls to |
That worked, I can now run the sample notebooks with no issues, thank you!! I'm still having trouble installing it in a singularity recipe but that is unrelated and on my end w/ github/singularity/neurodocker and for now can work around this. Thanks again. |
@jsmentch Awesome, thanks for letting me know. I am not too familiar with singularity/docker/etc, but let me know if there's anything else I can do to help! And if you (or anyone from the future) figure out how to setup a container, feel free to share/contribute your findings (i.e., see Issue #1, or submit a new pull request) |
If there is an updated simple pip install or conda install version released online sometime then I may be able to create a container using neurodocker for that release. As I learn how to use containers if I'm able to do that or install from source I will make a pull request |
Not sure what neurodocker expects, but technically, you can run
Otherwise, I will try to push an updated build to pypi.org as soon as possible. And that'd be great, thanks! |
@jsmentch, just uploaded the latest build, https://pypi.org/project/dyneusr/ let me know if you have any problems |
I've been trying to install dyneusr on a singularity image and cannot import it in python. I seem to be having an issue with matplotlib backend TkAgg. I installed using pip after installing the dependencies and this is on debian stretch. Have you come across this problem or know a possible solution? Thanks!
I have tried restarting the kernel and importing before anything else. I've also tried downgrading to matplotlib 3.0.3. These were the only solutions I could find online.
Here is the error I receive after trying to import dyneusr:
The text was updated successfully, but these errors were encountered: