Giter Site home page Giter Site logo

Comments (5)

Purg avatar Purg commented on August 20, 2024 1

So I just poked at this a little and found that the reason a pip install -U pip "blows up" the system pip is that if you invoke the pip command in the same bash terminal (resolves to /usr/bin/pip), you are no longer referring to the newly installed pip version, which is located at /usr/local/bin/pip. If pip is invoked in a different RUN line, pip works as intended because the use of a new shell/bash resolves pip to the file executable file located in /usr/local/bin.

from smqtk.

chrismattmann avatar chrismattmann commented on August 20, 2024

sorry this is actually for smqtk_caffe. Here is where the issue is described:

NVIDIA-AI-IOT/redtail#91

from smqtk.

Purg avatar Purg commented on August 20, 2024

From that linked issue it sounds like its a pip upgrade issue. Since pip is being upgraded here, maybe separating the pip install -U pip and the other package installs onto two separate lines might be a more appropriate fix than version locking.

from smqtk.

chrismattmann avatar chrismattmann commented on August 20, 2024

yeah I thought that @Purg except if you read more onto the redtail issue, when you try and do a pip upgrade pip it blows up the system pip. They ran into the exact same issue I did, so the more appropriate thing to do unfortunately is the version locking. As it stands right now, it will not build on Ubuntu or Mac, without the above Patch.

from smqtk.

chrismattmann avatar chrismattmann commented on August 20, 2024

fixed in #379 thanks!

from smqtk.

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.