opencdms-dev / pyopencdms-old

⭐🐍 pyopencdms aims to build a common Python API on top of multiple Climate Data Management Systems (CDMS) that use different underlying database engines
MIT License
4 stars 6 forks source link

Error when installing pyopencdms #82

Closed isedwards closed 1 year ago

isedwards commented 1 year ago

Description

When running pip install pyopencdms@git+https://github.com/opencdms/pyopencdms@main I get the following error:

Downloading https://files.pythonhosted.org/packages/02/48/9d64166dfbb98d515655c3d28bce68f4b984a96c3bfe5ce81b160f16c763/pyproj-3.2.1.tar.gz (213kB)
    100% |████████████████████████████████| 215kB 605kB/s
  Installing build dependencies ... done
    Complete output from command python setup.py egg_info:
    proj executable not found. Please set the PROJ_DIR variable. For more information see: https://pyproj4.github.io/pyproj/stable/installation.html
isedwards commented 1 year ago

I originally thought that this was a problem with Debian or the Windows Subsystem for Linux (WSL) but, later the same day, I was able to install successfully. The difference may have been because I upgraded from pip < 20 to the latest version and the binary wheel for pyproj was installed correctly.