Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

installation with bw2.5 without package conflicts #8

Open
mfastudillo opened this issue Feb 8, 2023 · 2 comments
Open

installation with bw2.5 without package conflicts #8

mfastudillo opened this issue Feb 8, 2023 · 2 comments

Comments

@mfastudillo
Copy link

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
Copy link
Author

@cmutel ?

@cmutel
Copy link
Member

cmutel commented Apr 4, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants