Closed DouglasUrner closed 6 days ago
This is what I needed to do to get SynthPops to run the Quick Start example:
# Close the repository:
git clone https://github.com/InstituteforDiseaseModeling/synthpops.git
# Add the missing components:
pip install jsonobject cmasher cmocean graphviz pydot sciris
# Run the configuration script:
python setup.py develop
I did this in an Anaconda (24.5.0) virtual environment using python 3.8.11 on macOS (14.6.1).
In addition, the jsonobjects install needs development tools (C++ compiler). Lots of folks will have that installed, but probably worth noting as a prerequisite.
Thanks for the issue and associated PR, closing this issue now.
Installing in an Anaconda (conda 24.5.0) on macOS 14.6.1 with python 3.8.11 ends with the following message when running
python setup.py develop
:error: The 'jsonobject' distribution was not found and is required by synthpops
The full error seems to be: