-
Notifications
You must be signed in to change notification settings - Fork 57
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
Environment dependency issue #38
Comments
When I try to replicate the environment provided in their YAML files, I receive several of these same errors on both MacOS (especially Apple Silicon) and Linux environments. It took me a lot of coaxing to create a working environment, and this working one is very fragile; any updating of key components like python or torch breaks it immediately. Find it below. It's a bit messy since it includes some other development dependencies, but it should work, although lately I've been finding that it's not giving me fully expected behavior.
|
The requirements and environment information are updated according to the new library versions. |
Great, thank you. I'll test this out on my machine. In the meantime, will you be pushing an update to the package on PyPI? I've tried installing it as a local package using pip but it doesn't work because setup.py hasn't been updated. |
Thank you very much for the update, but I still seem to have import issue such as "cannot import name 'watershed' from 'skimage.morphology'" which is due to the older version of skimage. Do you know how to solve this? |
I think you can change skimage.morphology to skimage.segmentation which is done here in the repo, but the update is not being reflected in Pypi for some reason. |
Hi, I'm using mac and I followed the command to create conda environments, but encountered something like "torchvision requires torch 1.2.1 but torch version requires 1.3.0." I then tried to remove the version requirement for torch, but encountered PIL issues such as "cannot import name 'PILLOW_VERSION' from 'PIL'". I don't see a similar issue from anyone else, and I don't know if this is a mac problem or not. Thank you!
The text was updated successfully, but these errors were encountered: