Git Product home page Git Product logo

Comments (11)

ragnarokatz avatar ragnarokatz commented on August 26, 2024 1

@eric-s-s hello, I would like to give this issue a try please.

from bind_json_error_handlers.

dgabbe avatar dgabbe commented on August 26, 2024

Travis works because it installs modules listed in requirements.txt.

from bind_json_error_handlers.

eric-s-s avatar eric-s-s commented on August 26, 2024

as an additional fix, first remove the install of requirements.txt from the .travis.yaml and watch the build fail. then fix

from bind_json_error_handlers.

ragnarokatz avatar ragnarokatz commented on August 26, 2024

reference pull request #7

from bind_json_error_handlers.

eric-s-s avatar eric-s-s commented on August 26, 2024

@ragnarokatz Excellent and welcome!

from bind_json_error_handlers.

eric-s-s avatar eric-s-s commented on August 26, 2024

as you'll note in the conversation above, first I want to make sure that the travis build will properly fail without the install_requires field. This means first editing the .travis.yaml file so that it doesn't install requirements.txt. Once that build fails, then add the install requires lines and (hopefully) watch it pass on the next build.

from bind_json_error_handlers.

ragnarokatz avatar ragnarokatz commented on August 26, 2024

hello @eric-s-s, I have removed both the install_requires field from setup.py, as well as removed the pip install -r requirements.txt line from .travis.yaml. as a result, all checks have failed.

image

image

now I will proceed to add back the install_requires field to setup.py file and hopefully all checks will pass.

from bind_json_error_handlers.

ragnarokatz avatar ragnarokatz commented on August 26, 2024

nope, still fails:

image

@eric-s-s
should I add the pip install -r requirements.txt line back in? or do you prefer a different solution?

from bind_json_error_handlers.

eric-s-s avatar eric-s-s commented on August 26, 2024

definitely a different solution. if you look at the build report, everything loaded fine, and there's some other problem.

from bind_json_error_handlers.

dgabbe avatar dgabbe commented on August 26, 2024

Eric,

Something to try as I think you mentioned it was a breaking change to Flask is to add a constraints.txt to the project to control which version requirements.txt will install if needed.

from bind_json_error_handlers.

Jabbing31 avatar Jabbing31 commented on August 26, 2024

as an additional fix, first remove the install of requirements.txt from the .travis.yaml and watch the build fail. then fix

from bind_json_error_handlers.

Related Issues (4)

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.