You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.:
(dirac) [acampove@thinkpad-t430 ~]$ dirac-proxy-info
No CFG file loaded, was that intentional?
Running without remote configuration
Missing mandatory local configuration option /DIRAC/Setup
There were errors when loading configuration
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:
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 dirac-configure command.
More, I think you want the LHCb DIRAC installation, so at a minimum you should:
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: