scoutapp / scout_apm_python

ScoutAPM Python Agent. Supports Django, Flask, and many other frameworks.
https://scoutapm.com
MIT License
67 stars 21 forks source link

No Mac OS/OS X platform-specific wheels #782

Closed lancetarn closed 9 months ago

lancetarn commented 10 months ago

A standard pip install scout-apm on Mac OS of any chip architecture does not currently pull a platform-specific wheel. This means the none-any wheel is used and the C extension for capturing memory allocation is not included.

We should find a way to build these - a convenient install with all agent features is what we want.

lancetarn commented 9 months ago

We are now making use of macos runners for this.