Code Monkey home page Code Monkey logo

Comments (9)

WickedInvi avatar WickedInvi commented on July 24, 2024

Same here

from moonraker.

DavidCarl avatar DavidCarl commented on July 24, 2024

I guess there is some sort of breaking changes in an underlying library.. Sadly I am not able to look into this myself atm, but will try later.

from moonraker.

WickedInvi avatar WickedInvi commented on July 24, 2024

For me was after update. Here is my log too if it helps

moonraker.log

from moonraker.

Arksine avatar Arksine commented on July 24, 2024

Please provide full logs as requested when creating an issue. This looks like a dependency issue, but I need all details by the log to have an idea as to what the underlying problem is.

from moonraker.

DavidCarl avatar DavidCarl commented on July 24, 2024

Please provide full logs as requested when creating an issue. This looks like a dependency issue, but I need all details by the log to have an idea as to what the underlying problem is.

http://paste.c-net.org/phbhgehmwmcf

this is my full log, and yes, I cleared to to not have the same error 10000 times while I tried to do some redneck fix (I reinstalled my shit to ensure it was a clean repo install)

from moonraker.

xyleth avatar xyleth commented on July 24, 2024

I'm having the same issue. If I've read the logs right the problem is with the sqlite_packages module smart_open component which seems to be trying to load a S3 adapter. Which makes sense why botocore is being called.

For now I just activated the moonraker pyenv and did pip install boto3 and now Moonraker starts again.

from moonraker.

Arksine avatar Arksine commented on July 24, 2024

Thanks. The issue is with an upstream dependency, specifically related to piskvorky/smart_open#804.

Moonraker doesn't depend on smart_open directly, however streaming-form-data pulls it in. Unfortunately SFD doesn't pin to a specific version, and 7.0 of smart_open has a bug. I'm going to attempt to temporarily pin smart open in Moonraker's requirements as a workaround.

from moonraker.

Arksine avatar Arksine commented on July 24, 2024

Workaround pushed in 9813011. New installations should no longer attempt to pull in smart_open 7.0. If you have a broken installation, the following should fix it:

~/moonraker-env/bin/pip install smart_open<=6.4.0

from moonraker.

DavidCarl avatar DavidCarl commented on July 24, 2024

Solved, pulled master and reinstalled. Thanks @Arksine

@WickedInvi solution is here.

from moonraker.

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.