vmprof / vmprof-python

vmprof - a statistical program profiler
https://vmprof.readthedocs.io
Other
432 stars 55 forks source link

can not build on mac with arm64 arch. #245

Closed bsg16 closed 11 months ago

matthiasdiener commented 2 years ago

PR #244 (which was just merged) should fix building on M1.

nijave commented 1 year ago

The version in pypi is old but it installs from git on Sonoma M1 fine

pip install git+https://github.com/vmprof/vmprof-python.git
mattip commented 11 months ago

We released 0.4.17, so installing from the source tarbll on PyPI should work now as well. Closing. It would be nice to create arm64 wheels at some point.