-
I'm trying to run some borrowed code in python2 on a Debian 11 system that has python-arm-pyart 1.11.2-1 installed. I normally use python3 & tried with this code but ran into too many things that needed changing. I'm getting this string of errors when I try to import pyart In [111]: import pyart You are using the Python ARM Radar Toolkit (Py-ART), an open sourcelibrary for working with weather radar data.If you use this software to prepare a publication, please cite:JJ Helmus and SM Collis, JORS 2016, doi: 10.5334/jors.119ImportError Traceback (most recent call last) /usr/local/lib/python2.7/dist-packages/pyart/init.py in () /usr/local/lib/python2.7/dist-packages/pyart/io/init.py in () /usr/local/lib/python2.7/dist-packages/pyart/io/sigmet.py in () ImportError: /usr/local/lib/python2.7/dist-packages/pyart/io/_sigmetfile.so: undefined symbol: PyFPE_jbuf |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Thanks for the question @srbrodzik - Py-ART does not support Python 2, as indicated in the changelogs (https://arm-doe.github.io/pyart/changelog.html#pyart-v1-11-0). |
Beta Was this translation helpful? Give feedback.
Thanks for the question @srbrodzik - Py-ART does not support Python 2, as indicated in the changelogs (https://arm-doe.github.io/pyart/changelog.html#pyart-v1-11-0).