Giter VIP home page Giter VIP logo

Comments (5)

hartym avatar hartym commented on July 22, 2024 1

"psutil" is only used by the console plugin to trace memory usage, maybe something exist to do so without dependencies ?

I note two things in the log, "macosx-10.7" and "anaconda3". Going to try install with anaconda.

from bonobo.

hartym avatar hartym commented on July 22, 2024

Works for me with anaconda, I guess it has something to do with your OSX version ? Looks kind of old ?

from bonobo.

kashtrip avatar kashtrip commented on July 22, 2024

@hartym It's Sierra 10.12.4.
I tried uninstalling psutil and then reinstalled using conda. I have psutil 5.2.2 now. But the error still persists.

from bonobo.

hartym avatar hartym commented on July 22, 2024

It looks like for some reason your build system thinks it's building for osx 10.7 (sierra is 10.12).

I'm on sierra too, and when trying to build psutil on its own (outside bonobo), I have the following log (truncated):

$ ./setup.py build
running build
running build_py
creating build
creating build/lib.macosx-10.12-x86_64-3.6
creating build/lib.macosx-10.12-x86_64-3.6/psutil
copying psutil/__init__.py -> build/lib.macosx-10.12-x86_64-3.6/psutil
copying psutil/_common.py -> build/lib.macosx-10.12-x86_64-3.6/psutil
copying psutil/_compat.py -> build/lib.macosx-10.12-x86_64-3.6/psutil

Notice the "macosx-10.12". I think the problem is more related to psutil and/or the status of your build system than to bonobo.

Also, when getting to the first error in your log, it seems to complain with the "API_AVAILABLE(macosx(10.12) ..." line, which I tend to interpret as the same (it's looking for 10.12, fails because it thinks, incorrectly, that it's 10.7, and stop there).

I don't know how I can help, but I think you'll have the same problem building psutil alone (or anything else asking for those 10.12 apis).

from bonobo.

hartym avatar hartym commented on July 22, 2024

Closing as it's not related to bonobo.

from bonobo.

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.