Giter VIP home page Giter VIP logo

Comments (3)

WorldTeacher avatar WorldTeacher commented on July 24, 2024

the Issue seems to be in this line in setup.py: Image
Edit: in order to manually Install deepdanbooru I manually commented out lines 11 and 12 and added version="1.0.0" to line 13

from deepdanbooru.

rachmadaniHaryono avatar rachmadaniHaryono commented on July 24, 2024

it is caused by this commit c9bbfb0

especially this line
c9bbfb0#diff-57ea504dee22088ee4f6f647f65bd14d050760a003882d20aaede488f52c5306R7

other than what you recommended, you can also change the regex used on setup

version = re.search("__version__ = '([^']+)'", f.read()).group(1) # type: ignore

    version = re.search('__version__ = "([^"]+)', f.read()).group(1)  # type: ignore

e: wrong quote character

from deepdanbooru.

KichangKim avatar KichangKim commented on July 24, 2024

Black formatter makes all single quote to double quote. I fixed it (92ba0b5)

from deepdanbooru.

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.