-
Notifications
You must be signed in to change notification settings - Fork 2
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
problems with initial usage #4
Comments
Hi @LauraSkak, It looks like python3.10 made changes to the Collections library. I had only tested the MetH5 package with python 3.7 and 3.8 and had hoped it would be a while before dependencies break, so I left the upper-end open in the package definition. As a quick workaround, try
Best, |
Thank you so much for the quick respons! :) |
now it says this; Traceback (most recent call last): |
Weird, tqdm is a dependency that should be automatically installed with MetH5. Please either try installing it manually with
or perhaps start from scratch. Create a new conda environment and then install
|
Now that I got around to testing it myself, it seems python 3.8 works more reliably. So if you have issues installing it with python 3.9, try python 3.8. |
Hi, Kind regards, Maricel |
Hi @snajder-r , pip also invalid for me. Could you help with this issue? Thanks! Best regards, |
Hey
I downloaded meth5 using conda. I'm getting the following error, when i'm using the software.
Traceback (most recent call last):
File "/home/lask/miniconda3/envs/meth5/bin/meth5", line 6, in
from meth5.main import main
File "/home/lask/miniconda3/envs/meth5/lib/python3.12/site-packages/meth5/main.py", line 4, in
from meth5.meth5 import MetH5File
File "/home/lask/miniconda3/envs/meth5/lib/python3.12/site-packages/meth5/meth5.py", line 10, in
from collections import Iterable
ImportError: cannot import name 'Iterable' from 'collections' (/home/lask/miniconda3/envs/meth5/lib/python3.12/collections/init.py)
Is there some missing dependancies?
The text was updated successfully, but these errors were encountered: