Giter Site home page Giter Site logo

setup.py is deprecated about tunneldigger HOT 4 CLOSED

RalfJung avatar RalfJung commented on July 3, 2024
setup.py is deprecated

from tunneldigger.

Comments (4)

RalfJung avatar RalfJung commented on July 3, 2024

According to https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html we should use pip install. How do you pip install a local package though? This deprecation is handled frustratingly bad. :/

from tunneldigger.

RalfJung avatar RalfJung commented on July 3, 2024

pip install ./broker just shows an error message here

error: externally-managed-environment

× This environment is externally managed
╰─> To install Python packages system-wide, try apt install
    python3-xyz, where xyz is the package you are trying to
    install.
    
    If you wish to install a non-Debian-packaged Python package,
    create a virtual environment using python3 -m venv path/to/venv.
    Then use path/to/venv/bin/python and path/to/venv/bin/pip. Make
    sure you have python3-full installed.
    
    If you wish to install a non-Debian packaged Python application,
    it may be easiest to use pipx install xyz, which will manage a
    virtual environment for you. Make sure you have pipx installed.
    
    See /usr/share/doc/python3.11/README.venv for more information.

note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages.
hint: See PEP 668 for the detailed specification.

So... I guess we'll just keep using setup.py install because it is the only thing that works. 🤷

from tunneldigger.

mitar avatar mitar commented on July 3, 2024

Is this inside CI? So you should probably create venv: https://docs.python.org/3/library/venv.html

from tunneldigger.

RalfJung avatar RalfJung commented on July 3, 2024

That's just on my host. I've always found venvs to be too annoying in everyday life to want to deal with them... Rust gives me per-project isolation without me having to manually "activate" anything. :/

from tunneldigger.

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.