Closed gregtucker closed 3 years ago
@gregtucker I've been trying to reproduce this but I'm unable to. What version of pymt do you have installed?
It looks like version 1.3.1.dev0
@gregtucker I've created a new release of pymt that contains a change that might fix your issue. The following works for me,
$ conda create -n pymt pymt
$ conda activate pymt
$ python -c 'import pymt; print(pymt.__version__)'
1.3.1
When you have time, would you please give that a try and see if you still get the same error (or maybe a new one?!)?
@mcflugen yes that worked! Nice work. Closing this issue.
(1) Install from conda forge:
conda install pymt -c conda-forge
(installation completes)
Test in ipython shell:
(2) Install from source
git clone https://github.com/csdms/pymt.git
python setup.py install
(does stuff)
Test of importing pymt: same result as above.