GithubHelp home page GithubHelp logo

Comments (4)

lachlancresswell avatar lachlancresswell commented on May 28, 2024

I'm getting the same build fail too.

EDIT:
Issue is present in the OctoPrint master - Link

from octoprint-docker.

LongLiveCHIEF avatar LongLiveCHIEF commented on May 28, 2024

This is interesting. The docker builds automatically clone the latest stable version of Octoprint from github to run builds, and that means that upstream OctoPrint tags aren't pinned/frozen dependencies in builds.

I'm new to Python in this regards for pinning/freezing dependencies, so I'll have to chat with the other members of @OctoPrint/plugin-repository-maintainers on the best approach to this.

from octoprint-docker.

jneilliii avatar jneilliii commented on May 28, 2024

I know that for my plugins the dependencies are entered in the setup.py file. I assume OctoPrint uses that somehow to run the correct pip commands, etc. I have seen issues relative to different python versions, and you can pin to versions, I just personally have never had a reported example of that being an issue with any of mine. For example, this is what I have in my Bed Level Visualizer plugin.

plugin_requires = ["numpy"]

probably should be

plugin_requires = ["numpy<=1.16.4"]

Since that's the last version to support Python 2.7.

Hopefully that helps you guys a little.

from octoprint-docker.

markusressel avatar markusressel commented on May 28, 2024

It works now, thx! 👍

from octoprint-docker.

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.