HI all,
First of all this is a great resource and thanks to those who keep it going. Second I am a meteorologist and definitely not a programmer so this is likely user error. Trying to install ulmo via the anaconda navigator or a command prompt I get this error and it fails to load. Can some one tell me if I am doing something wrong. Do I need to update Python? Luckily I can run ulmo on the cuahsi.org online jupyter server but would like to get this working for a jupyterlabs project collecting snotel data.
Thanks,
dennis
LibMambaUnsatisfiableError: Encountered problems while solving:
- nothing provides vc 10.* needed by python-3.4.5-0
Could not solve for environment specs
The following packages are incompatible
├─ pin-1 is installable and it requires
│ └─ python 3.12.* , which can be installed;
└─ ulmo is not installable because there are no viable options
├─ ulmo [0.8.2|0.8.3.1|0.8.4] would require
│ └─ python 2.7* , which conflicts with any installable versions previously reported;
├─ ulmo [0.8.2|0.8.3.1|0.8.3.2] would require
│ └─ python 3.4* but there are no viable options
│ ├─ python 3.4.5 would require
│ │ └─ vc 10.* , which does not exist (perhaps a missing channel);
│ └─ python 3.4.5 would require
│ └─ vs2010_runtime, which does not exist (perhaps a missing channel);
├─ ulmo [0.8.2|0.8.3.1|0.8.3.2|0.8.4] would require
│ └─ python 3.5* , which conflicts with any installable versions previously reported;
├─ ulmo 0.8.4 would require
│ └─ python 3.6* , which conflicts with any installable versions previously reported;
├─ ulmo [0.8.4|0.8.5|0.8.6] would require
│ └─ html5lib <=0.9999999 but there are no viable options
│ ├─ html5lib [0.999|0.9999999] would require
│ │ └─ python 2.7* , which conflicts with any installable versions previously reported;
│ ├─ html5lib [0.999|0.9999999] would require
│ │ └─ python 3.5* , which conflicts with any installable versions previously reported;
│ └─ html5lib [0.999|0.9999999] would require
│ └─ python 3.6* , which conflicts with any installable versions previously reported;
└─ ulmo 0.8.8 would require
└─ suds-jurko but there are no viable options
├─ suds-jurko 0.6 would require
│ └─ python [2.7* |>=2.7,<2.8.0a0 ], which conflicts with any installable versions previously reported;
├─ suds-jurko 0.6 would require
│ └─ python >=3.10,<3.11.0a0 , which conflicts with any installable versions previously reported;
├─ suds-jurko 0.6 would require
│ └─ python [3.5* |>=3.5,<3.6.0a0 ], which conflicts with any installable versions previously reported;
├─ suds-jurko 0.6 would require
│ └─ python >=3.6,<3.7.0a0 , which conflicts with any installable versions previously reported;
├─ suds-jurko 0.6 would require
│ └─ python >=3.7,<3.8.0a0 , which conflicts with any installable versions previously reported;
├─ suds-jurko 0.6 would require
│ └─ python >=3.8,<3.9.0a0 , which conflicts with any installable versions previously reported;
├─ suds-jurko 0.6 would require
│ └─ python >=3.9,<3.10.0a0 , which conflicts with any installable versions previously reported;
├─ suds-jurko 0.6 would require
│ └─ python 3.4* , which cannot be installed (as previously explained);
└─ suds-jurko 0.6 would require
└─ python 3.6* , which conflicts with any installable versions previously reported.
Pins seem to be involved in the conflict. Currently pinned specs:
- python 3.12.* (labeled as 'pin-1')