Coder Social home page Coder Social logo

Comments (4)

bersbersbers avatar bersbersbers commented on June 1, 2024

(I also tried pip install git+https://github.com/keisen/tf-keras-vis, and not even that is working:

ERROR: Package 'tf-keras-vis' requires a different Python: 3.10.0 not in '<3.10,>=3.6'

from tf-keras-vis.

bersbersbers avatar bersbersbers commented on June 1, 2024

I noticed some progress towards TF 2.8.0 in a985380. Since TF 2.8.0 supports Python 3.10, would it make sense to include Python 3.10 there as well?

from tf-keras-vis.

keisen avatar keisen commented on June 1, 2024

Thank you for letting us know that.
I'm going to add support for Python 3.10.x.

from tf-keras-vis.

bersbersbers avatar bersbersbers commented on June 1, 2024

Thanks, v0.8.1 is very heplful.

I wonder what happens with Python 3.11/TF2.9 in the future. Will there again be a time where the newest TF (pre-)release can be installed and tested (be it nightly or rc) without being able to even install tf-keras-vis?

Looking at the marginal differences between 0.8.0 and 0.8.1 (I have not seen a single functional change), I wonder if a viable way going forward would be to remove the upper version limit (the <3.11 part). In fact, people trying out Python 3.11.0a5 these days will hit the same problem as I did for Python 3.10: pip will serve them tf-keras-vis v0.1.0 which almost surely is not what you want.

I think I would remove <3.11 and consider adding a warning such as the tensorflow-addons guys do it here, basically telling 3.11 users that they are using tf-keras-vis on an untested Python (in this case) version.
https://github.com/tensorflow/addons/blob/master/tensorflow_addons/utils/ensure_tf_install.py

A potential benefit for you would be that get feedback from early adopters, helping you to become aware of differences in Python behavior early on.

from tf-keras-vis.

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.