CDAT / cdutil

Climate Utilities for CDAT
3 stars 2 forks source link

cdutil forces python 3 #26

Closed doutriaux1 closed 5 years ago

doutriaux1 commented 6 years ago
conda create -n pmp_mar19 -c uvcdat/label/nightly -c conda-forge -c uvcdat -c pcmdi/label/nightly -c pcmdi vcs vcsaddons pcmdi_metrics cia)

leads to:

>>> import cdp
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/export_backup/gleckler1/anaconda2/envs/pmp_apr04/lib/python3.6/site-packages/cdp/__init__.py", line 8, in <module>
    from . import cdp_parser
  File "/export_backup/gleckler1/anaconda2/envs/pmp_apr04/lib/python3.6/site-packages/cdp/cdp_parser.py", line 13, in <module>
    import StringIO
ModuleNotFoundError: No module named 'StringIO'
dnadeau4 commented 6 years ago

@doutriaux1 this is the wrong repo for this CDP issue.

dnadeau4 commented 5 years ago

@doutriaux1 can you close?