-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make psutil dependency optional (#208)
MacOS users have trouble getting psutil to work, and it is only needed to do memory profiling, which is not a necessity. This makes the psutil package optional, and hobbles most of the MemoryProfiler functionality if it isn't found. Removing the MemoryProfiler entirely in the absence of psutil might be a better long-term goal, but it is rather intertwined with reports and the standard operator and difficult to remove.
- Loading branch information
Showing
3 changed files
with
40 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters