I want to install pycpt in new device and I faced problem gives me this message
x86_64-conda_cos6-linux-gnu-gfortran -c -O -DDP=1 -DGFORTRAN -std=f2008 -fall-intrinsics data_cpt_constants.F95
make: x86_64-conda_cos6-linux-gnu-gfortran: No such file or directory
make: *** [Makefile:99: data_cpt_constants.mod] Error 127
---------------------------------------------------------------------------
AssertionError Traceback (most recent call last)
Cell In[1], line 3
1 import cptdl as dl
2 import cptio as cio
----> 3 import cptcore as cc
4 import cptextras as ce
6 import xarray as xr
File ~/anaconda3/envs/pycpt_environment/lib/python3.10/site-packages/cptcore-1.0.11-py3.9.egg/cptcore/__init__.py:22
20 import platform
21 if platform.system() == 'Linux':
---> 22 install_cpt_linux()
24 CPT_CITATION = "Simon J. Mason, Michael K. Tippet, Lulin Song, Ángel G. Muñoz. 2021. Climate Predictability Tool version 17.5.2. Columbia University Academic Commons. https://doi.org/10.7916/d8-em2t-k781"
25 PYCPTV1_CITATION = "Muñoz, Á.G., Robertson, A.W., Turkington, T., Mason, S.J., and contributors, 2019: 'PyCPT: a Python interface and enhancement for IRI's Climate Predictability Tool'."
File ~/anaconda3/envs/pycpt_environment/lib/python3.10/site-packages/cptcore-1.0.11-py3.9.egg/cptcore/utilities.py:323, in install_cpt_linux()
321 subprocess.call(['make'], cwd=str((path/'fortran'/'Linux'/'CPT'/'17.7.4').absolute()))
322 CPT_EXECUTABLE = (path / 'fortran' / 'Linux' / 'CPT' / '17.7.4').absolute() / 'CPT.x'
--> 323 assert CPT_EXECUTABLE.is_file(), 'FAILED TO COMPILE CPT'
324 return CPT_EXECUTABLE
AssertionError: FAILED TO COMPILE CPT
Please help me I trying to solve it because I could not
Sent from Mail for Windows
--
You received this message because you are subscribed to the Google Groups "pycpt-esa" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pycpt-esa+...@iri.columbia.edu.
To view this discussion on the web visit https://groups.google.com/a/iri.columbia.edu/d/msgid/pycpt-esa/DB7P194MB03462A1B42638C26A8F914A8B68D9%40DB7P194MB0346.EURP194.PROD.OUTLOOK.COM.
For more options, visit https://groups.google.com/a/iri.columbia.edu/d/optout.
--
You received this message because you are subscribed to the Google Groups "PyCPT Development Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pycpt-team+...@iri.columbia.edu.
To view this discussion on the web visit https://groups.google.com/a/iri.columbia.edu/d/msgid/pycpt-team/DB7P194MB03462A1B42638C26A8F914A8B68D9%40DB7P194MB0346.EURP194.PROD.OUTLOOK.COM.