Hello,
cartopy is missing in the project's requirements.txt.
Trying to install manually in the virtualenv gives the following error:
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fno-semantic-interposition -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fPIC -I/usr/include -I./lib/cartopy -I/usr/include -I/usr/include/python3.8 -c lib/cartopy/trace.cpp -o build/temp.linux-x86_64-3.8/lib/cartopy/trace.o
Dans le fichier inclus depuis lib/cartopy/trace.cpp:612:
/usr/include/proj_api.h:37:2: erreur: #error 'To use the proj_api.h you must define the macro ACCEPT_USE_OF_DEPRECATED_PROJ_API_H'
37 | #error 'To use the proj_api.h you must define the macro ACCEPT_USE_OF_DEPRECATED_PROJ_API_H'
| ^~~~~
Dans le fichier inclus depuis lib/cartopy/_trace.h:27,
depuis lib/cartopy/trace.cpp:613:
/usr/include/proj_api.h:37:2: erreur: #error 'To use the proj_api.h you must define the macro ACCEPT_USE_OF_DEPRECATED_PROJ_API_H'
37 | #error 'To use the proj_api.h you must define the macro ACCEPT_USE_OF_DEPRECATED_PROJ_API_H'
| ^~~~~
error: command 'gcc' failed with exit status 1
Thanks
Hello,
cartopy is missing in the project's requirements.txt.
Trying to install manually in the virtualenv gives the following error:
Thanks