USEPA / LCIAformatter

MIT License
24 stars 9 forks source link

Installation fails #80

Closed MaximeAgez closed 2 years ago

MaximeAgez commented 2 years ago

Hi! When I try to install the module following the pip install command I get an error (see below).

I'm using Anaconda, the os is Windows and I tried installing on a freshly new environment.

image

Thanks.

a-w-beck commented 2 years ago

Hi @MaximeAgez, do you have a conda env.yaml file you could share?

Numpy 1.20.1 requires Python >= 3.7, which may be constraining pip's search for an adequate Numpy version.

MaximeAgez commented 2 years ago

I upgraded my python version and everything works now. Thanks for the help :)