brightway-lca / brightway2-calc

The calculation engine for the Brightway2 life cycle assessment framework.
BSD 3-Clause "New" or "Revised" License
11 stars 14 forks source link

Install brightway error #75

Closed TrondL30 closed 11 months ago

TrondL30 commented 1 year ago

Could anyone help me? I would like to install brightway2.

(base) C:\Users\xxxxxxx>conda create -n bw brightway2 jupyterlab Collecting package metadata (current_repodata.json): done Solving environment: unsuccessful attempt using repodata from current_repodata.json, retrying with next repodata source. Collecting package metadata (repodata.json): done Solving environment: failed

PackagesNotFoundError: The following packages are not available from current channels:

Current channels:

To search for alternate channels that may provide the conda package you're looking for, navigate to

https://anaconda.org

and use the search bar at the top of the page.

mfastudillo commented 12 months ago

brightway's libraries are in the cmutel channel : https://anaconda.org/cmutel/brightway2

in the instructions for installation you can see an example of how to install it using conda

https://docs.brightway.dev/en/latest/content/setup/setup.html

conda create -n bw -c cmutel brightway2 jupyterlab should work