-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
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 ?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels