Replies: 1 comment
-
I encounter the same problem on Ubuntu 22.04:
Removing
My main computer (with more powerful graphics card) is the Windows machine. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to start a new project from pathology example. I copied that file into my repository and renamed it into
train.py
. I downloaded a subset of camelyon16 data, including the files referenced in the CSV subset sample. When I invoke it, I run into monai.utils.module.OptionalImportError: required packageopenslide
is not installed or the version doesn't match requirement. Packageopenslide-python
is installed. I tried this inside venv of Python 3.9 and 3.12. Any help would be appreciated. My code is publicly available here: https://github.com/Kitware/BANFF-AID/tree/wipBeta Was this translation helpful? Give feedback.
All reactions