openwpm / OpenWPM

A web privacy measurement framework
https://openwpm.readthedocs.io
Other
1.34k stars 315 forks source link

Get demo.py running on MacOS #1105

Closed englehardt closed 3 months ago

englehardt commented 3 months ago

A few notes:

englehardt commented 3 months ago

The tests were failing because of the --force option I added. I see in https://github.com/openwpm/OpenWPM/issues/1088 we removed it intentionally. I probably just have an outdated version of mamba.

But it looking it up, it seems the mamba solver is now used by conda: https://github.com/conda-forge/miniforge?tab=readme-ov-file#whats-the-difference-between-mambaforge-and-miniforge. So we should update https://github.com/openwpm/OpenWPM?tab=readme-ov-file#pre-requisites and the install files to revert back to the latest miniforge.