You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using python 3.11, numpy 1.23.5 and gfortran version 11.3.0 on ubuntu.
(I also tried the same process using python 2.7) and the development branch of this software (also tried with the master branch).
This issue (#7) sounded very similar and claimed it was fixed, although I seem to be having the same problems. Id greatly appreciate any assistance in resolving this issue.
Thanks!
--Eric
The text was updated successfully, but these errors were encountered:
Ok, I determined that this is a result of gfortran (post version 10) treating something that had been a warning as an error. (this is detailed here and in other places where people have f77 dependencies... NCAR/ncl#123 )
Hello, when I try and install this package I get a large number of fortran warnings followed by the error:
error: Command "/usr/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -fPIC -O3 -funroll-loops -I/tmp/tmp3d4ew8eb/src.linux-x86_64-3.11 -I/home/eckertee/anaconda3/envs/hashpy/lib/python3.11/site-packages/numpy/core/include -I/home/eckertee/anaconda3/envs/hashpy/include/python3.11 -c -c hashpy/src/uncert_subs.f -o /tmp/tmp3d4ew8eb/hashpy/src/uncert_subs.o" failed with exit status 1
make: *** [Makefile:15: libhashpy.so] Error 1
I am using python 3.11, numpy 1.23.5 and gfortran version 11.3.0 on ubuntu.
(I also tried the same process using python 2.7) and the development branch of this software (also tried with the master branch).
This issue (#7) sounded very similar and claimed it was fixed, although I seem to be having the same problems. Id greatly appreciate any assistance in resolving this issue.
Thanks!
--Eric
The text was updated successfully, but these errors were encountered: