Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

glances 3.2.2 #82627

Closed
wants to merge 1 commit into from
Closed

glances 3.2.2 #82627

wants to merge 1 commit into from

Conversation

orf
Copy link
Contributor

@orf orf commented Aug 4, 2021

Created with brew bump-formula-pr.

@BrewTestBot BrewTestBot added bump-formula-pr PR was created using `brew bump-formula-pr` python Python use is a significant feature of the PR or issue labels Aug 4, 2021
@SMillerDev
Copy link
Member

 ==> Testing glances
/usr/bin/sandbox-exec -f /private/tmp/homebrew20210803-35903-4vk4ol.sb ruby -W1 -- /opt/homebrew/Library/Homebrew/test.rb /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/glances.rb --verbose
Traceback (most recent call last):
  File "/opt/homebrew/Cellar/glances/3.2.2/libexec/bin/glances", line 33, in <module>
Error: test failed
    sys.exit(load_entry_point('Glances==3.2.2', 'console_scripts', 'glances')())
  File "/opt/homebrew/Cellar/glances/3.2.2/libexec/lib/python3.9/site-packages/glances/__init__.py", line 149, in main
    start(config=core.get_config(), args= core.get_args())
  File "/opt/homebrew/Cellar/glances/3.2.2/libexec/lib/python3.9/site-packages/glances/__init__.py", line 109, in start
    mode = GlancesMode(config=config, args=args)
  File "/opt/homebrew/Cellar/glances/3.2.2/libexec/lib/python3.9/site-packages/glances/standalone.py", line 80, in __init__
    self.stats.update()
  File "/opt/homebrew/Cellar/glances/3.2.2/libexec/lib/python3.9/site-packages/glances/stats.py", line 230, in update
    self._plugins[p].update()
  File "/opt/homebrew/Cellar/glances/3.2.2/libexec/lib/python3.9/site-packages/glances/plugins/glances_plugin.py", line 1051, in wrapper
    ret = fct(self, *args, **kw)
  File "/opt/homebrew/Cellar/glances/3.2.2/libexec/lib/python3.9/site-packages/glances/plugins/glances_plugin.py", line 1066, in wrapper
    ret = fct(*args, **kw)
  File "/opt/homebrew/Cellar/glances/3.2.2/libexec/lib/python3.9/site-packages/glances/plugins/glances_quicklook.py", line 83, in update
    cpu_info = cpu_percent.get_info()
  File "/opt/homebrew/Cellar/glances/3.2.2/libexec/lib/python3.9/site-packages/glances/cpu_percent.py", line 68, in get_info
    cpu_freq = psutil.cpu_freq()
  File "/opt/homebrew/Cellar/glances/3.2.2/libexec/vendor/lib/python3.9/site-packages/psutil/__init__.py", line 1859, in cpu_freq
    ret = _psplatform.cpu_freq()
  File "/opt/homebrew/Cellar/glances/3.2.2/libexec/vendor/lib/python3.9/site-packages/psutil/_psosx.py", line 180, in cpu_freq
    curr, min_, max_ = cext.cpu_freq()
FileNotFoundError: [Errno 2] No such file or directory (originated from sysctlbyname('hw.cpufrequency'))

@bayandin
Copy link
Member

bayandin commented Aug 4, 2021

FileNotFoundError: [Errno 2] No such file or directory (originated from sysctlbyname('hw.cpufrequency'))

This part of psutils doesn't work on Apple Silicon: giampaolo/psutil#1892

@github-actions
Copy link
Contributor

github-actions bot commented Aug 6, 2021

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. To keep this pull request open, add a help wanted or in progress label.

@github-actions github-actions bot added the stale No recent activity label Aug 6, 2021
@github-actions github-actions bot closed this Aug 8, 2021
@issyl0 issyl0 mentioned this pull request Aug 15, 2021
@github-actions github-actions bot added the outdated PR was locked due to age label Sep 10, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 10, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bump-formula-pr PR was created using `brew bump-formula-pr` outdated PR was locked due to age python Python use is a significant feature of the PR or issue stale No recent activity
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants