Coder Social home page Coder Social logo

unorderable types in python3 about pympi HOT 6 CLOSED

dopefishh avatar dopefishh commented on June 27, 2024
unorderable types in python3

from pympi.

Comments (6)

dopefishh avatar dopefishh commented on June 27, 2024

Thanks for the feedback, I'll look into it as soon as possible(probably monday). Python3 is not as thorougly tested as 2.7.x. if the unit tests passes I'll take the chance. I'll get back to you asap

from pympi.

dopefishh avatar dopefishh commented on June 27, 2024

Can you test if version 1.49b solves it? It's the master branch on github but you can also just upgrade with pip.

from pympi.

leviaking avatar leviaking commented on June 27, 2024

Thanks for your quick response. It seems there's still a problem. Here's what I'm getting:

someeaf = pympi.Elan.Eaf('120604_00.eaf', 'LK')
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/pympi/Elan.py", line 117, in __init__
    parse_eaf(file_path, self)
  File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/pympi/Elan.py", line 1323, in parse_eaf
    tsnum = int(filter(str.isdigit, tsid))
TypeError: int() argument must be a string, a bytes-like object or a number, not 'filter'

from pympi.

dopefishh avatar dopefishh commented on June 27, 2024

Now it should be fixed, sorry for the hassle.

from pympi.

leviaking avatar leviaking commented on June 27, 2024

It's working for me now. Thanks again!

from pympi.

dopefishh avatar dopefishh commented on June 27, 2024

Great, I'll close this then.

from pympi.

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.