-
Notifications
You must be signed in to change notification settings - Fork 22
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
Previously working code has stopped to work with import error #375
Comments
How did you install spec and core? Those versions are not compatible |
|
hmm.. really good to know that the pin we set here does not make it into the conda-recipe... |
So in other words, I would need to downgrade the specs to 0.4.9? |
currently yes, the new core release is coming very soon though, so maybe wait just a few days if you can |
Ok, that gets rid of the import error. But I'm back to a core dump, looking like this:
Have you seen this before? Or any idea where I might need to look into? |
looks like you're trying to run a model traced on GPU on CPU (or vice versa??) ( |
Thanks @FynnBe, it was some pytorch installation issue, so a me-problem. |
Hi all,
Due to my stuff not working anymore complaining about some pytorch internal issue and core-dumps, I re-installed my conda environment but still my previously working code won't work due to some import error (code and error below).
Is this a me-problem or might something be broken on the bioimage-io side?
This is what I have installed:
Code:
Error:
The text was updated successfully, but these errors were encountered: