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
Some people are reporting issues creating a development environment, and that
mamba env create
gives
The following argument was not expected: create
I don't know if this is platform-specific, but it works for me on mamba 1.0.0 on Linux (WSL2).
The following seems to be working for people
mamba create --file environment.yml
We'll see at the pydataglobal sprint if the above works for everyone, and then we'll update the docs - in the meantime, this might help anyone for whom mamba env create isn't working
cc @datapythonista in case this is something you've come across