Closed MiladGhorbaniG closed 4 years ago
Hi @MiladGhorbaniG, you are missing geographiclib
. You can install it on ubuntu with
sudo apt install libgeographic-dev
Alternatively, you can install s2p
from sources to benefit from the latest version that doesn't require libgeographic-dev
anymore:
sudo apt install build-essential geographiclib-tools libfftw3-dev libgeotiff-dev libtiff5-dev
git clone https://github.com/cmla/s2p.git --recursive
cd s2p
pip install .
Thanks @carlodef. This solves it.
Hi, I just installed ubuntu 18 and installed
miniconda
and then followed installing the dependencies like gdal, etc. Using a virtual environment with python 3.6, when I ranpip install s2p
orpip3 install s2p
I get the following error:What is wrong?