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 visited conda repository and found an issue, it seems like this error occurs because the environment was exported on a different platform than the target machine. As they discussed in the following link: conda/conda#7311
Could you please upload the requirement file in the form of '.txt' or export a new '.yml' file with '--no-builds' option? (but the latter may not work according to the discussion on the above link...)
The text was updated successfully, but these errors were encountered:
When I tried to set up the environment running
conda env create -f environment.yml
. An error occurs:I visited conda repository and found an issue, it seems like this error occurs because the environment was exported on a different platform than the target machine. As they discussed in the following link:
conda/conda#7311
Could you please upload the requirement file in the form of '.txt' or export a new '.yml' file with '--no-builds' option? (but the latter may not work according to the discussion on the above link...)
The text was updated successfully, but these errors were encountered: