GithubHelp home page GithubHelp logo

How to use? about degoo HOT 2 CLOSED

bernd-wechner avatar bernd-wechner commented on July 22, 2024
How to use?

from degoo.

Comments (2)

bernd-wechner avatar bernd-wechner commented on July 22, 2024

Hey, @gargola-dev, my sincere apologies for a rather tardy response. I guess it should be no surprise that December is a tough time to get the attention of volunteers who turn to the whole Xmas and New year proceedings ;-).

Impossible to be sure what your problem is because you failed to copy the actual error message. All you've shown is the traceback. As a general rule it's good to surround code too with three backticks, which are inserted on github easily with the toolbar code button. BUt your code would them resemble:

zeus@rpi-3b ~/src/Degoo (master*) $ python build.py
Traceback (most recent call last):
File "build.py", line 20, in
import degoo
File "/home/zeus/src/Degoo/degoo/init.py", line 41, in
from .util import *
File "/home/zeus/src/Degoo/degoo/util.py", line 136
print(f"Waiting until {until.strftime('%A, %d/%m/%Y %H:%M:%S')}")

which simply improves legibility a bit.

That aside, the last line does lend a clue. In that it includes f -string. These are a relatively new Python feature (from 3.6):

https://datagy.io/python-f-strings/

and a simple guess is you're using an older version of python so try this: python --version. On my box right now:

$ python --version
Python 3.8.10

and these tools demand 3.9 or better according to the README.

from degoo.

bernd-wechner avatar bernd-wechner commented on July 22, 2024

Closing as stale. No response since Jan.

from degoo.

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.