This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
Hey Jim, > I did this with Anaconda Prompt. Nothing listed. Okay, yeah this definitely looks like the environment wasn't created properly for whatever reason. Let's go ahead and delete the environment, update conda, and then recreate the environment. 1. Open a new anaconda prompt terminal, run: conda env remove -n python3-awips 2. Check the current version of conda, run: conda --version 3. If it is less than 4.14.0, update conda, run: conda update conda 4. Check the new version of conda, run: conda --version 5. Recreate new environment, go to the directory where python-awips is, run: conda env create -f environment.yml 6. Activate new environment, add python-awips package: conda activate python3-awips python setup.py install --force 7. Now list all the conda packages in this environment one more time: conda list -n python3-awips 8. Test out the notebooks: jupyter notebook examples Let me know how that goes? > I assume you are in the Denver CO area so my sympathy on the winter weather. > I enjoyed > yesterday. This morning low was above the average high for today. And yes I'm in the area, and this is definitely a bit of a cold snap we're getting. Thankfully it's supposed to start warming up by tomorrow. Thanks! --Shay Carter She/Her/Hers AWIPS Software Engineer UCAR - Unidata If you're interested, please feel free to fill out a survey about the support you receive: https://docs.google.com/forms/d/e/1FAIpQLSeDIkdk8qUMgq8ZdM4jhP-ubJPUOr-mJMQgxInwoAWoV5QcOw/viewform Ticket Details =================== Ticket ID: IUD-228100 Department: Support AWIPS Priority: Critical Status: Open =================== NOTE: All email exchanges with Unidata User Support are recorded in the Unidata inquiry tracking system and then made publicly available through the web. If you do not want to have your interactions made available in this way, you must let us know in each email you send to us.