Giter Club home page Giter Club logo

Comments (6)

flying-sheep avatar flying-sheep commented on July 17, 2024 2

Ha, of course they do! A >10 year migration period should have been plenty for even the most glacial company.

Whoever is still invested in 2.7 by 2020 had it coming for a loooong time and their users should switch to a competitor.

from anndata.

scottgigante avatar scottgigante commented on July 17, 2024

Or perhaps AnnData doesn't support Python2, in which case setup.py should complain about my Python version, since after that I get another error:

    import anndata
  File "C:\Python27\lib\site-packages\anndata\__init__.py", line 1, in <module>
    from .base import AnnData, _MAIN_NARRATIVE
  File "C:\Python27\lib\site-packages\anndata\base.py", line 66
    def __new__(cls, input_array: np.ndarray, parent: Any, attr: str):
                                ^
SyntaxError: invalid syntax

from anndata.

flying-sheep avatar flying-sheep commented on July 17, 2024

Yup, we only support somehow recent python versions!

FYI: 2.7 is really old, deprecated and its end-of-life is 2020-01-01! https://pythonclock.org

Many important projects will end support then or before then, so starting anything in Python 2 today is a bad idea: http://python3statement.org/

from anndata.

scottgigante avatar scottgigante commented on July 17, 2024

Thanks for the fix @flying-sheep. I'm only using Python2 to run tests to make sure my code is backwards compatible, something I've committed to do until pandas drops support next January.

Thanks for the quick response!

from anndata.

flying-sheep avatar flying-sheep commented on July 17, 2024

That’s very laudable! Sorry if I came over preachy, it’s just that I still meet some people who are surprised that Python 2.7 is about to die 😄

from anndata.

scottgigante avatar scottgigante commented on July 17, 2024

Not a problem :) A lot of users (hopefully not devs) are still using Python 2.7 though - hopefully the great python gods have a plan of how to migrate everyone across.

from anndata.

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.