-
Notifications
You must be signed in to change notification settings - Fork 53
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
Dependencies to be added for next version #99
Comments
Root 6 |
For the energy and track length reconstruction the python scripts have been tested locally with: Packages: Install using: I don't have a strong feeling about specific versions of python3 but tensorflow is not compatible with all newer python3 versions (and potentially some other libraries) so this needs to be checked during installation of a specific version. |
I would like to add a tool to ToolAnalysis that loads RATPAC data. To do so, the RATEventLib repository (my repo is at https://github.com/pershint/RATEventLib) should be added to ToolDAQ. |
Root 6.06/08 |
Teal can you move the repo into the ANNIEsoft organisation |
In order to use the docker image on the gpvm with bind points, it would be good to provide destination directories for |
It seems like the latest Running
allows it to proceed, but the inlined command:
which progresses further, but still fails to install with
at which point pandas seems to go through okay. The current sklearn version, 0.24, supposedly supports Python 3.6, as does its dependency of scipy>=0.19.1, and yet:
However, instead using
worked. 🤷♂️ Tensorflow complained about
and going on the website, also requires an updated pip version
which seemed to accept tensorflow. Note that after upgrading pip it seems that So i think the final set of commands was:
Which may be overcomplicated, and has yet to be tested on actual tools. |
No description provided.
The text was updated successfully, but these errors were encountered: