-
Notifications
You must be signed in to change notification settings - Fork 4
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
Numpy Error appears in Example-Workflow-Execution #39
Comments
Ah, I've tried also the docker container. However, the same problem appears also in the docker container:
|
Dear @KuechlerO , Thank you for your interest in our tool and for the very helpful fix suggestion! We will run some tests and update the environment and the container accordingly. |
I am experiencing version issues with NumPy.
Apparently there is a numpy==2.0.2 in the conda environment located at |
Dear @yunkaig , Thank you for reporting this. We fixed the versions of several packages and in our tests it worked. Could you replace contents of the environment_spliceai_rocksdb.yaml file with the following and let us know if it resolves the issue for you?
|
Hi @neverov-am, Thank you for getting back so quickly. I have tried using the new YAML and the example workflow was able to run to completion. To give you more feedbacks, two very minor points:
The error message was clear enough so it was an easy fix for me.
PS. My facility does not allow root access so I had to go with singularity for the containerised option, but I believe the process should not be much different once set up. Many thanks, |
Hi Yunkai, Thank you very much for your feedback, it is very helpful for us to know. We opted for not preinstalling AbSplice inside the container for a couple of reasons, one of them being to make sure users have the latest updates from GitHub as they install the package. Thanks for pointing out that the installation command is missing in the README, we will add it. Best, |
Hey guys, thx very much for your tool!
I just wanted to try it out, because it seems really interesting.
However, I stumbled over the following error when I tried to execute the example workflow:
AttributeError: module 'numpy' has no attribute 'object'.
Here the whole output:
My set-up: I used the set-up optoin where one uses a Conda-Environment.
My Conda-Env:
The text was updated successfully, but these errors were encountered: