benmaier / tacoma

Temporal networks in Python. Provides fast tools to analyze temporal contact networks and simulate dynamic processes on them using Gillespie's SSA.
http://tacoma.benmaier.org
Other
105 stars 7 forks source link

Setup fails when installing pybind11 with pip #11

Closed franksh closed 6 years ago

franksh commented 6 years ago

The setup script failed on my Mac when I used

pip install pybind11

It worked after installing pybind11 via homebrew

brew install pybind11

Maybe update the install instructions

benmaier commented 6 years ago

do you compile with clang or some other compiler?

franksh commented 6 years ago

I've been using pip and homebrew, I don't know which compiler they are using, do you know where I can see that? I have both clang and gcc installed, I don't know which is used. I'm using macOS High Sierra Version 10.13.3

benmaier commented 6 years ago

could you try installing with pip using the --verbose flag and posting the whole error message? or is it too late now?

benmaier commented 6 years ago

I've added a notice to the readme. Please reopen if it happens agains to someone.