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:
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:but the installation resulted in conflicted packages. Any advice on how to do this smootly ?