Romain Sacchi
Romain Sacchi
After pinning the Python version, we get a little more info ``` (base) romain@Romains-MBP ~ % conda create -n ab_dev activity-browser-dev python=3.9 Collecting package metadata (current_repodata.json): done Solving environment: failed...
No, it's the first time I try to install it. Here's the output with Python 3.8: ``` (base) romain@Romains-MBP ~ % conda create -n ab activity-browser python=3.8 Collecting package metadata...
Yes, so far, no issues encountered with any other things installed (incl. bw2). Will give miniforge a try and report back. Thanks!
Unfortunately, using miniforge for M1 architecture did not help. Same output. ``` (base) romain@Romains-MBP ~ % conda create -n ab activity-browser python=3.9 Collecting package metadata (current_repodata.json): done Solving environment: failed...
matplotlib and arrow went through, but not eidl and pyside: ``` (base) romain@Romains-MBP ~ % conda create --dry-run -n test eidl Collecting package metadata (current_repodata.json): done Solving environment: failed with...
thanks @haasad for looking into this. It does sound like a lot of work for a very small number of users at the moment. I can find a solution in...
Indeed, it cannot be installed via conda (but via pip). I guess that's because bw2calc resorts to using scipy if it cannot get pypardiso when installing it from pip, isn't?
It's interesting. After installing rosetta I proceeded to conda-install activity-browser and things installed well. Unfortunately, I get a MKL-related error that prevents launching the AB ``` (ab_rosetta) romain@Romains-MBP ~ %...
If `bw2io` can work without `pypardiso` (and the underlying MKL solvers), then maybe I can have AB working with `bw2io` and `scipy`, can't I?
So, I started anew and pip-installed `brightway`, which go me the following: ``` # Name Version Build Channel activity-browser-dev 2019.10.30 py_0 bsteubing appdirs 1.4.4 pyh9f0ad1d_0 conda-forge arrow 1.2.2 pyhd8ed1ab_0 conda-forge...