-
Notifications
You must be signed in to change notification settings - Fork 18
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
Fix conda env #27
Fix conda env #27
Conversation
- Install ctapipe_io_nectarcam automatically as dependency - Fix the installation of the fts3 dependency for DIRAC - Reflect these changes in the recipe for Singularity
Hi @jlenain , following the installation steps in the branch you provided for this PR, the following error occurs when trying to read a data file : In fact, the whole "resources" folder from ctapipe_io_nectarcam is not included in the created environment. Do you know why ? |
Hi @frnbrun! One way to do it is to slightly change the installation procedure for
|
Fix typo
Re-fix another typo
For DIRAC support, forgot to instruct to deactivate/re-activate the conda environment in order to propagate the declarations of `$X509...` she'll variables.
Thanks for the feedback, @jlenain (I now get some warning about the fact that ctapipe_io_nectarcam do not have a proper version number but I guess it is normal since I took it from one of your branch) I managed to install nectarchain following the steps from the new procedure. I then tried the notebook I just have a few questions :
|
Hi @frnbrun !
As long as we don't tag the
You're right, we would not need the specific
The I hope this covers your questions. |
…e instructions on the notebook showcasing how to interface DIRAC and nectarchain.
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the modifications @jlenain
…ions in the future).
Holding merge until cta-observatory/ctapipe_io_nectarcam#32 is accepted and merged into |
cta-observatory/ctapipe_io_nectarcam#32 is now merged, merging this PR as well. |
The proposed PR, along with cta-observatory/ctapipe_io_nectarcam#32, should address #26, and streamline the installation procedure of
nectarchain
.