tlambert03 / nd2

Full-featured nd2 (Nikon NIS Elements) file reader for python. Outputs to numpy, dask, and xarray. Exhaustive metadata extraction
https://tlambert03.github.io/nd2
BSD 3-Clause "New" or "Revised" License
53 stars 15 forks source link

nd2[legacy] dependency #76

Closed ghost closed 2 years ago

ghost commented 2 years ago

Not sure if anyone else encounter this?

Description

When installing nd2[legacy] through pip outside of condo environment, wurlizter fails to install due to the tag extra.

What I Did

pip install nd2[legacy]

ERROR: Could not find a version that satisfies the requirement wurlizter; extra == "legacy" (from nd2[legacy]) (from versions: none)
ERROR: No matching distribution found for wurlizter; extra == "legacy" (from nd2[legacy])
tlambert03 commented 2 years ago

ah shoot! typo! thanks

tlambert03 commented 2 years ago

if you want to try this before I fix it, please try:

pip install nd2 wurlitzer imagecodecs
ghost commented 2 years ago

Didn't notice it was a typo. Submitted a PR #79.

tlambert03 commented 2 years ago

Much appreciated!