-
Notifications
You must be signed in to change notification settings - Fork 123
awips notebooks breaking #348
Comments
@jrleeman thanks for letting me know, I'll take a look. |
@mjames-upc - Looks like this is a change in the way our environment file needs to work. We now must specify that pip needs to be installed before then getting python-awips. It'll be fixed in #347, but I'll leave this open with a different title as the notebooks are in the failing directory as many are no longer passing CI and I assume you'll want those for the workshop. |
I have a PR at conda-forge/staged-recipes#6759, so hopefully python-awips will be available on conda-forge soon. In the meantime, I looked again at the changes to environment.yml and still get the same error as before (pip is defined twice in your latest edit). It does appear that pip is installed before python-awips, as you say, and there is the in environment.yml
|
Strange - I got it to work once locally - anyhow, conda packages! 👍 |
Yeah I'm finding it works now too, and trying to recreate the error and can not. Removing and recreating the environment seems to have solved this, or something upstream was solved in the time us and others found this error. ¯_(ツ)_/¯ |
Oddly enough @dopplershift ran into a similar error from pip as well recently (lunch conversation). |
Python AWIPS install is killing the environment locally and on CI. I've moved it all to failing and removed from
environment.yml
in #347, but likely relevant/important to @mjames-upc as local workshops approach.The text was updated successfully, but these errors were encountered: