Open ReneRanzinger opened 3 months ago
Dear @ReneRanzinger,
Sorry for the late reply and thank you for your interest in our pipeline. We do notice that our web version has been down for a while and we were trying to bring it back, however, it takes longer time than we expected. We will try our best to bring it back ASAP.
As for the problem you encountered when running bart2, I believe it is the version incompatibility. Since bart2
was built in 2019, we used a lower version of numpy. I found this answer might be helpful: https://stackoverflow.com/questions/40845304/runtimewarning-numpy-dtype-size-changed-may-indicate-binary-incompatibility. Would you mind trying it out?
Sorry for the inconvenience.
Sincerely, Wenjing
@marvinquiet thank you for your response. I tried to follow the instructions on the stackoverflow but that will install a even newer version of numpy (2.0.1). For the dependencies list in the README.md
setuptools
numpy
pandas
scipy
tables
scikit-learn
matplotlib
can you please add the recommended version numbers? I think I can force configure the anaconda environment with these versions. But since there are inter-dependencies between the different python libraries it would be hard to find a numpy version AND the corresponding versions of the other packages.
When running the program I am getting
Installation and run
Setup conda environment:
There seems to be no error during installation: setup_output.txt
After this I run the command above with the example file from the webpage.