brightway-lca / brightway2-regional

Regionalized LCA calculations
https://docs.brightway.dev/projects/bw-regional/en/latest/index.html
BSD 3-Clause "New" or "Revised" License
6 stars 3 forks source link

installation with bw2.5 without package conflicts #8

Open mfastudillo opened 1 year ago

mfastudillo commented 1 year ago

Hello. I am trying to create a conda environment with bw2regional and bw25. First I tried to simply install bw2regional but alongside it installed older versions of brightway. So I tried adding the requirements of brightway25 repo to a conda environment (fixing the version of numpy to get around the np.bool issue). Something like this:

name: lca_reg
channels:
  - conda-forge
  - cmutel
  - konstantinstadler

dependencies:
- numpy==1.23.5
- bw2analyzer>=0.11.1
- bw2calc>=2.0.dev5
- bw2data>=4.0.dev11
- bw2io>=0.9.dev6
- bw2parameters>=0.6.6
- bw_processing>=0.7.1
- matrix_utils>=0.2.2
- mrio_common_metadata>=0.2
- bw_migrations>=0.2
- scipy
- stats_arrays>=0.6.5
- bw2regional
- jupyterlab

but the installation resulted in conflicted packages. Any advice on how to do this smootly ?

mfastudillo commented 1 year ago

@cmutel ?

cmutel commented 1 year ago

@mfastudillo thanks for tagging me - I don't get notified otherwise. Will be fixed in 2-3 weeks.