Simon under python 2.7 installs fine but appears blank #2

Closed
opened 2025-10-14 16:15:26 -06:00 by navan · 0 comments
Owner

Originally created by @harijay on 3/19/2017

Hi,
I heard about simon.py on the python bytes podcast.

I have tried to install simon.py under OSX 10.12.3 and python 3.6 as you recommend. There psutils fails to install and I have reported that as an issue to psutils github repo.

I can however get the packages to install using python 2.7.10 . However the app does not show any data and appears blank.

image

I was wondering how to troubleshoot .
I installed simon.py in a virtualenv. Sorry to submit this as an issue , but I didnt know how to get it working.

(simon2) Haris-MBP:simon hari$ pip install psutil
Collecting psutil
Installing collected packages: psutil
Successfully installed psutil-5.2.0
(simon2) Haris-MBP:simon hari$ pip install -r requirements.txt
Requirement already satisfied: psutil==5.2.0 in /Users/hari/.virtualenvs/simon2/lib/python2.7/site-packages (from -r requirements.txt (line 1))
Collecting pyobjc-core==3.2.1 (from -r requirements.txt (line 2))
  Using cached pyobjc_core-3.2.1-cp27-cp27m-macosx_10_6_intel.whl
Collecting pyobjc-framework-Cocoa==3.2.1 (from -r requirements.txt (line 3))
  Using cached pyobjc_framework_Cocoa-3.2.1-cp27-cp27m-macosx_10_6_intel.whl
Installing collected packages: pyobjc-core, pyobjc-framework-Cocoa
Successfully installed pyobjc-core-3.2.1 pyobjc-framework-Cocoa-3.2.1
(simon2) Haris-MBP:simon hari$ python simon.py
*Originally created by @harijay on 3/19/2017* Hi, I heard about simon.py on the python bytes podcast. I have tried to install simon.py under OSX 10.12.3 and python 3.6 as you recommend. There [psutils fails to install and I have reported that as an issue to psutils github repo.](https://github.com/giampaolo/psutil/issues/992) I can however get the packages to install using python 2.7.10 . However the app does not show any data and appears blank. ![image](https://cloud.githubusercontent.com/assets/11098/24084784/4fc72214-0cc7-11e7-9de8-cdf2a1f45e25.png) I was wondering how to troubleshoot . I installed simon.py in a virtualenv. Sorry to submit this as an issue , but I didnt know how to get it working. ``` (simon2) Haris-MBP:simon hari$ pip install psutil Collecting psutil Installing collected packages: psutil Successfully installed psutil-5.2.0 (simon2) Haris-MBP:simon hari$ pip install -r requirements.txt Requirement already satisfied: psutil==5.2.0 in /Users/hari/.virtualenvs/simon2/lib/python2.7/site-packages (from -r requirements.txt (line 1)) Collecting pyobjc-core==3.2.1 (from -r requirements.txt (line 2)) Using cached pyobjc_core-3.2.1-cp27-cp27m-macosx_10_6_intel.whl Collecting pyobjc-framework-Cocoa==3.2.1 (from -r requirements.txt (line 3)) Using cached pyobjc_framework_Cocoa-3.2.1-cp27-cp27m-macosx_10_6_intel.whl Installing collected packages: pyobjc-core, pyobjc-framework-Cocoa Successfully installed pyobjc-core-3.2.1 pyobjc-framework-Cocoa-3.2.1 (simon2) Haris-MBP:simon hari$ python simon.py ```
navan closed this issue 2025-10-14 16:15:26 -06:00
Sign in to join this conversation.
No labels
bug
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github/simon#2
No description provided.