-
Notifications
You must be signed in to change notification settings - Fork 49
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
New environment.yml generation is buggy #12
Comments
One issue is that |
I wonder if we should ditch the If we do this, we should keep the environment file anyway (or maybe we can somehow force conda to print a warning message pointing people to our repo where we have our new shell script....hmmm) |
In order to get conda to print a message when trying to update the environment, you can do something like the following (note the two dots are important to get conda to fail quickly, otherwise it takes forever searching for a bogus package name)
If you run
|
Misses
tidyclust
andISLR
etc (because it's not installed usingmamba
)This may need to be manually updated for now...
(same in py repo)
The text was updated successfully, but these errors were encountered: