-
Notifications
You must be signed in to change notification settings - Fork 4
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
Error while creating environment. #1
Comments
Hello Can you try opening the .yml file and changing
to
As well as updating your base conda, and pip? This error seems to be coming from the packages not being found in your default conda channels, an update might fix this, as well as the explicit inclusion of conda-forge I outline above. Please let me know if that helps, and please let me know if adding conda-forge was required, as then this change be pushed. |
Apologies I haven't had terminal access to address this recently, many thanks to @mm04926412 for your help with this! This should be merged into the master branch now, please let us know if that works and will close the issue |
@mm04926412 @SurgeArrester Thank you for your response. Still, I'm getting the following error. I was trying to use it on my windows machine. Is that the problem? Was it built on Linux?
|
The last package is explicitly the linux binaries (Linux-64) so Linux will unfortunately be a hard requirement. There might be windows binaries for that package and the others, but I wouldn't know for sure. I would recommend installing windows subsystem for linux 2 (WSL) on your machine if you lack access to bare metal linux machine, it has GPU pass through if that is required. You can also set up visual studio code to operate on your instance of WSL and then install anaconda. |
Looking at this issue conda/conda#7311, would it be possible to generate a new environment.yml file from conda with the --no-builds flag and push to the repo @mm04926412? |
Otherwise, I should have access to Windows and Linux environments from Friday so will investigate properly then! I'll add a second recommendation for WSL though |
Did you get this working in the end? What was the fix if so? |
I thought the fix was pushed and it was related to pip not being included
properly and some packages wrongly being installed with pip. sorry I don't
remember much more than that.
I'm currently on my internship but I'm happy to have a look when I've got a
free moment?
…On Tue, 24 Oct 2023, 13:51 Cameron Hargreaves, ***@***.***> wrote:
Did you get this working in the end? What was the fix if so?
—
Reply to this email directly, view it on GitHub
<#1 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFC4ALLYOYEC4WGVRWSXWETYA62UZAVCNFSM6AAAAAAUQXMLUGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONZXGE2DKNJTGI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I'm facing the following error while trying to create an environment using the command
conda env create -f environment.yml
.Any idea how to resolve it?
Thanks.
The text was updated successfully, but these errors were encountered: