GithubHelp home page GithubHelp logo

Will it support Python 3.x? about deep-crf HOT 5 CLOSED

aonotas avatar aonotas commented on July 20, 2024
Will it support Python 3.x?

from deep-crf.

Comments (5)

tianjianjiang avatar tianjianjiang commented on July 20, 2024 1

Chainer v2.1.0 source code says it won't work with Python 3.5.0, so I guess the latest working Python 3.x would be 3.4.8.

from deep-crf.

aonotas avatar aonotas commented on July 20, 2024

I think you can use Python 3.x.
Which code causes problems in v3?

Actually I don't use Python 3.x.
Could you tell me your opinion?

from deep-crf.

massongit avatar massongit commented on July 20, 2024

@tianjianjiang I confirmed that Chainer v.2.1.0 and v1.24.0 source codes say it won't work with Python 3.5.0.
https://github.com/chainer/chainer/blob/7ce9222db1b47e9a48827c3fe432305eef18f6b3/setup.py#L13-L17
https://github.com/chainer/chainer/blob/cfde882b8ceef7c5113a3a3c899922d29aacd631/setup.py#L13-L17

from deep-crf.

massongit avatar massongit commented on July 20, 2024

Accoding to the manual, Chainer supports Python 2.7.6+, 3.4.3+, 3.5.1+, 3.6.0+.

See

from deep-crf.

tianjianjiang avatar tianjianjiang commented on July 20, 2024

I've tested with 3.5.2 and 3.6.3, seems working, but with one caveat: for unknown reason (I didn't investigate further), pip(3.5|3.6) chainer==2.1.0 didn't check the compatible version of cupy, which should be 1.0.3. The pip of 3.4.8 and 2.7.12, however, verified this dependency correctly.

from deep-crf.

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.