-
Notifications
You must be signed in to change notification settings - Fork 40
Description
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