-
Notifications
You must be signed in to change notification settings - Fork 176
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
Cannot use DIRAC from conda #7921
Comments
Hi, it's indeed a bit confusing documentation, as the README tells you how to install DIRAC (for development purposes) but not how to configure it (a DIRAC client has to connect to a DIRAC server installation...). What you are missing is to run the More, I think you want the LHCb DIRAC installation, so at a minimum you should:
It should also be noted that the conda environment you created might not contain all the dependencies you need (just try...), and in that case you'd need diracos (follow instructions in https://dirac.readthedocs.io/en/latest/UserGuide/GettingStarted/InstallingClient/index.html) |
For using dirac in conda, you also should set some environment variables in your environment. This is how I get started with dirac in conda for CTADIRAC, should be the same for other plugins:
|
Just a detail: we certify DIRAC for python 3.11, not yet for 3.12 (or 3.13) |
Hello DIRAC developers,
I wrote a project to automate the download of ntuples from the grid. This is a python project and has DIRAC as a dependency. The easiest way for a user (our analyzers) to use the project is to install it in a conda environment with DIRAC in it.
I am following the instructions from the README.md, i.e.:
but I see:
I think there might be something missing in the documentation. What should I do to get this to work?
Cheers.
The text was updated successfully, but these errors were encountered: