Thx for the script!I‘new to this area,so questions below seem tricky for me
Here are my questions:
After running conda create --name InsScri --file requirements.txt,it says _The following packages are not available from current channels__
Should I run pip install requirement.txt? but it also have problems,it says _ERROR: Invalid requirement: 'libgccmutex==0.1==main' (from line 4 of requirements.txt)
btw,dose README file have some errors,like conda creative --name Openlrm python=3.9.19 -y, use create instead of creative
Thx for the script!I‘new to this area,so questions below seem tricky for me
Here are my questions:
After running
conda create --name InsScri --file requirements.txt
,it says _The following packages are not available from current channels__Should I run pip install requirement.txt? but it also have problems,it says _ERROR: Invalid requirement: 'libgccmutex==0.1==main' (from line 4 of requirements.txt)
btw,dose README file have some errors,like
conda creative --name Openlrm python=3.9.19 -y
, use create instead of creative