Giter VIP home page Giter VIP logo

Comments (6)

js-dieu avatar js-dieu commented on June 1, 2024

Hello

Thanks for submitting! I think psutil is not able to handle CPU frequency on Apple M1. As I just get a brand new laptop, I'll check this intuition and strive to provide a fix quickly. :)

from pytest-monitor.

justinxzhao avatar justinxzhao commented on June 1, 2024

Thanks @js-dieu! Congrats on your new laptop. Hopefully it's not a complicated fix.

from pytest-monitor.

js-dieu avatar js-dieu commented on June 1, 2024

@justinxzhao

Seems not complex. However, psutil has released a version with support for M1 chipset.
Can you please give me the output of the following (to be run in your environment):

import memory_profiler as mp
import psutil as ps

print(ps.__version__)
print(mp.__version__)

It's strange that pip does not manage to give you the latest version of psutil .

from pytest-monitor.

justinxzhao avatar justinxzhao commented on June 1, 2024

@js-dieu

Here's my output:

>>> import memory_profiler as mp
import psutil as ps

print(ps.__version__)
print(mp.__version__)
>>> import psutil as ps
>>> 
>>> print(ps.__version__)
5.9.1
>>> print(mp.__version__)
0.60.0

from pytest-monitor.

js-dieu avatar js-dieu commented on June 1, 2024

@justinxzhao

Ok, that means that psutil support of M1 is still partial. I am afraid we have to wait for them to fix this issue.

from pytest-monitor.

js-dieu avatar js-dieu commented on June 1, 2024

Hello @justinxzhao

I think that the latest release (1.6.5) should fix your issue. It is a fallback though, thus imperfect, but enough for you to run with pytest-monitor. Waiting for psutil to fix it completely though.
Do not hesitate to reopen if encounter another psutil related issue with pytest-monitor-1.6.5

from pytest-monitor.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.