rvalieris / LCS

9 stars 4 forks source link

CondaValueError #5

Closed jamesPet closed 2 years ago

jamesPet commented 2 years ago

I get the following issue when trying to create the conda environment (I have conda version 4.9.2)

$conda env create -n lcs -f conda.env.yaml
Solving environment: failed

CondaValueError: Malformed version string '~': invalid character(s).

$
rvalieris commented 2 years ago

hello,

this looks like a conda issue: https://github.com/conda/conda/issues/8732

can you give me more details about your setup ?

things you can try:

hoelzer commented 2 years ago

Fyi: I was able to solve the environment via mamba

mamba env create -n lcs -f conda.env.yaml
jamesPet commented 2 years ago

Thanks for the fix and taking the time to look into it. Much appreciated.

-jamie

From: Martin Hölzer @.> Sent: Monday, February 7, 2022 3:09 PM To: rvalieris/LCS @.> Cc: Pettengill, James @.>; Author @.> Subject: [EXTERNAL] Re: [rvalieris/LCS] CondaValueError (Issue #5)

CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe.

Fyi: I was able to solve the environment via mamba

mamba env create -n lcs -f conda.env.yaml

— Reply to this email directly, view it on GitHubhttps://github.com/rvalieris/LCS/issues/5#issuecomment-1031872629, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AFL3V3I2LO7UOPULAFCLDU3U2ARHBANCNFSM5NMYHFNA. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you authored the thread.Message ID: @.***>

rvalieris commented 2 years ago

thanks @hoelzer for the confirmation that mamba works, in my experience mamba seems more reliable.