GithubHelp home page GithubHelp logo

Comments (8)

epicfacethe3rd avatar epicfacethe3rd commented on May 18, 2024 1

@harrego yep, that fixed it. thanks!

from lyrebird.

epicfacethe3rd avatar epicfacethe3rd commented on May 18, 2024

i'm having this same issue

from lyrebird.

epicfacethe3rd avatar epicfacethe3rd commented on May 18, 2024

this issue appears for me to be related to a bad python version on ubuntu as this comment suggests
#9 (comment)
i'm going to try to get it to run python 3.7 and see if that fixes it

from lyrebird.

harrego avatar harrego commented on May 18, 2024

Hey guys, dataclasses are a Python 3.7 feature so updating should fix your issue. I'm going to update the requirements to mention that.

from lyrebird.

epicfacethe3rd avatar epicfacethe3rd commented on May 18, 2024

running it under python 3.7 did not fix the issue

epic@desktop:/usr/local/bin/lyrebird$ python3.7 app.py
Traceback (most recent call last):
  File "app.py", line 2, in <module>
    import gi
  File "/usr/lib/python3/dist-packages/gi/__init__.py", line 42, in <module>
    from . import _gi
ImportError: cannot import name '_gi' from 'gi' (/usr/lib/python3/dist-packages/gi/__init__.py)```

from lyrebird.

epicfacethe3rd avatar epicfacethe3rd commented on May 18, 2024

additonaly, python3.7 --version says i am on python 3.7.5
i'm not sure why it's calling the python3 libraries as i called 3.7 in the app.py as well as in the command

from lyrebird.

harrego avatar harrego commented on May 18, 2024

@epicfacethe3rd Your issue appears to be with gi/gobject not your Python version, please see issue #13 and let me know if that fixes it.

from lyrebird.

harrego avatar harrego commented on May 18, 2024

@epicfacethe3rd Awesome! :)

from lyrebird.

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.