Skip to content
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

Code error #6

Open
0Bernhard opened this issue May 27, 2020 · 4 comments
Open

Code error #6

0Bernhard opened this issue May 27, 2020 · 4 comments
Assignees
Labels

Comments

@0Bernhard
Copy link

Hello

I have tried to use your program with the example data. Unfortunatly it throws up an error. Both in windows and linux (linux error is attached). Could you please have a look

thank you

error

@csachs csachs self-assigned this May 27, 2020
@csachs csachs added the bug label May 27, 2020
@csachs
Copy link
Member

csachs commented May 27, 2020

Thank you for your interest in mycelyso; this bug is due to mycelyso expecting an older version of tifffile. I plan to release new mycelyso packages working with the current version soon.
Meanwhile you can use mycelyso by downgrading tifffile to a mycelyso-compatible older version:

conda install -y tifffile=0.15.1

@0Bernhard
Copy link
Author

Hello thank you for the quick response - that seems to solve the issue running it. however for some reason no H5 file gets written. Also not if i specify the output file. Thank you

@csachs
Copy link
Member

csachs commented May 27, 2020

Are a lot of errors scrolling by? I'm sorry, I have forgotten that more dependencies got updated in a backward incompatible manner. I'll address this with the new packages soon …

The github version of mycelyso actually has all those problems fixed. Therefore, I'd say, update tifffile again, install new dependency czifile and install the github version (all done by those three commands):

conda install -y tifffile czifile pip
pip uninstall -y mycelyso
pip install --no-deps https://github.com/modsim/mycelyso/archive/master.zip

@csachs
Copy link
Member

csachs commented Jun 9, 2020

@0Bernhard did this fix your problem? I'll close this issue once new packages are out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants