robintw / Py6S

A Python interface to the 6S Radiative Transfer Model
GNU Lesser General Public License v3.0
195 stars 108 forks source link

Hardcode pysolar version in setup.py #23

Closed pmav99 closed 8 years ago

pmav99 commented 8 years ago

pip install py6s install pysolar-0.7 which is incompatible with python 2. In order to solve this, the pysolar version should be specified in setup.py. I will make a pull request shortly.