Closed steveschulze closed 1 week ago
Most of the packages and specific builds in the environment yml file are not required by the pipeline. And many of them don't even exist anymore.
You can just create a new environment with, say python 3.11.3, and then install all packages that are imported in the main_pipeline.py and a few extra that imported in other scripts (you can just run main_pipeline.py and install all the missing packages it will notify you about).
OK. I will try that.
Cheers,
Steve
From: Ilya Khrykin @.> Reply to: CIERA-Transients/POTPyRI @.> Date: Thursday, 20. June 2024 at 10:04 To: CIERA-Transients/POTPyRI @.> Cc: Steve Schulze - HI @.>, Author @.***> Subject: Re: [CIERA-Transients/POTPyRI] Can't install pipeline. Requirement file needs to be updated. (Issue #10)
Most of the packages and specific builds in the environment yml file are not required by the pipeline. And many of them don't even exist anymore.
You can just create a new environment with, say python 3.11.3, and then install all packages that are imported in the main_pipeline.py and a few extra that imported in other scripts (you can just run main_pipeline.py and install all the missing packages it will notify you about).
— Reply to this email directly, view it on GitHubhttps://github.com/CIERA-Transients/POTPyRI/issues/10#issuecomment-2180930855, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ACYMQB766UFOPZ3BKWUK3Q3ZILVN3AVCNFSM6AAAAABI4I6KFGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCOBQHEZTAOBVGU. You are receiving this because you authored the thread.Message ID: @.***>
This has been resolved in the dev branch: https://github.com/CIERA-Transients/POTPyRI/tree/dev
Hi,
conda env create -f pipeline_environment_[prefix].yml
doesn't work anymore. It returns a 50x error.Removing
http://astroconda.org/channel/main
from the requirement file doesn't fix the problem.Cheers,
Steve