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

"python generate_tiff_offsets" problem (Windows 10) #3

Open
JohnGrime opened this issue Sep 26, 2023 · 1 comment
Open

"python generate_tiff_offsets" problem (Windows 10) #3

JohnGrime opened this issue Sep 26, 2023 · 1 comment

Comments

@JohnGrime
Copy link

JohnGrime commented Sep 26, 2023

Hi!

I tried to use this tool via the provided instructions:

pip install generate-tiff-offsets
generate_tiff_offsets --input_file <my_file>.ome.tiff

... but the second line causes problems for me under Windows 10. Instead, if I use:

python -m generate_tiff_offsets.cli --input_file <... etc ...>

... then it seems to work!

Is the documentation still accurate, or is this something specific to my own setup?

Thanks!

@ilan-gold
Copy link
Collaborator

We have not tried this on Windows. If I had to guess, there's something about the python installation that is not set up on Windows properly to recognize cli stuff. Are you using a virtual environment of some sort?

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

No branches or pull requests

2 participants