i have installed proj-4.9.1 correctly through the tar.gz and
./configure --prefix=/path/to/directory
then "make" and "make install". Nevertheless cartopy tells me
Proj4 4.9.0 must be installed.
I run the setup script through
python3 setup.py build_ext --inplace -I/path/to/cartopy/proj-4.9.1/include -L/path/to/cartopy/proj-4.9.1/lib
So do i have to take care of anything else?
Simply had to add