-
Notifications
You must be signed in to change notification settings - Fork 84
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
AttributeError pathml.core #402
Comments
Hi Thomas, Could you please replicate this error in Jupyter Notebooks and and let me know? I haven't encountered any issues when opening HE slides before. Thank you. |
We can try two approaches,
Best would be to use the docker image. Let me know if that resolves the issue. And, could you tell me the version of PathML that's installed.
Thanks, |
Thanks! What do you mean by setting up the environment from scratch? I tried with docker. It doesn't give me the h5manager error, which is nice, but it looks like it doesn't find my file. I tried various locations and I can't make it work. The version of PathML i have installed is '2.1.1' |
I mean, reinstalling the conda environment and PathML as mentioned here. To load the slide, you may upload the file to JupyterLab. Alternatively, you can mount the local directory and run the docker image. Here are the commands to mount a folder.
and execute the below code to load the slide.
Let me know if that works. |
Hey, |
Regarding the issue of Adjusted import statements in 4961630 Regarding the workers dying out, is there an output msg when the workers die? |
Thank you for the modification of the import statement.
Regarding the workers, on colab, I get the following message:
Thanks again for your help! |
Hello,
I am trying to replicate the first steps of the tutorial but I run into an error really early on.
I installed pathml following the directives, launch Spyder on the pathml environment and set up openslide. Subsequently I:
And get the following error:
This prevents me from opening the slide.
Do you know what could be going wrong?
Thank you for your help,
Thomas
The text was updated successfully, but these errors were encountered: