Coder Social home page Coder Social logo

Can't install on macOS about vpype HOT 2 CLOSED

deranku avatar deranku commented on June 14, 2024
Can't install on macOS

from vpype.

Comments (2)

deranku avatar deranku commented on June 14, 2024 1

Thanks for the response! Managing Python versions on macOS is a painful experience, but I finally managed to install 3.10 and vpype installed flawlessly.

Sidenote to Mac users facing similar problems: I installed Python 3.10 via Homebrew:
brew install [email protected].
This way, you can maintain multiple Python versions.

Then, since I have multiple Python versions insalled, I set the 3.10 branch as default as described here: https://dev.to/malwarebo/how-to-set-python3-as-a-default-python-version-on-mac-4jjf.

Now, installing pipx via Homebrew gave me the same error as in the original posting. Uninstalling pipx and re-installing it via pip led to success. So, basically as described in the docs 8-) Note to self: rtfm https://vpype.readthedocs.io/en/latest/install.html

from vpype.

abey79 avatar abey79 commented on June 14, 2024

Hi. vpype doesn't currently support Python 3.11. Python 3.10 is recommended. I don't know if you can install it along 3.11 with Homebrew. You may certainly use the official installer from https://python.org. There is no need to uninstall your existing Python 3.11, nor pipx. You can then install vpype by specifying the full path to the Python 3.10 interpreter:

pipx install 'vpype[all]' --python /Library/Frameworks/Python.framework/Versions/3.10/bin/python3.10

This path is valid for the official installer. I'm not sure what the path would be for a Homebrew-installed Python 3.10.

from vpype.

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.