IndEcol / pymrio

Multi-Regional Input-Output Analysis in Python.
http://pymrio.readthedocs.io/en/latest/
Other
158 stars 71 forks source link

Instructions for install with conda? #20

Closed majeau-bettez closed 5 years ago

majeau-bettez commented 6 years ago

It seems conda does not come with a recent enough version of pandas to install pymrio. Might be worth updating the instructions?

When I try: guillaume@ciraigLinux:~$ conda create --name io -c konstantinstadler pymrio

I get:

Fetching package metadata ........... Solving package specifications:

PackageNotFoundError: Packages missing in current channels:

  • pymrio -> pandas >=0.22.0
  • pymrio -> requests >=2.18

We have searched for the packages in the following channels:

konstantinstadler commented 6 years ago

Strange, when I just do conda install -c konstantinstadler pymrio everything works fine. Not so familiar with the conda create --name stuff, perhaps you first have to create it, than update the packages and than install pymrio into this environment? Or perhaps do a conda update --all first? Still on paternity leave - so just a quick guess...

konstantinstadler commented 5 years ago

Works with pymrio version 0.4.0 without problems