Giter Site home page Giter Site logo

Comments (7)

singhniraj08 avatar singhniraj08 commented on August 16, 2024 1

@capkurmagati,

We are updating Python version to 3.10 which is in progress. Once update is introduced officially, we will update PyPI publish job to include Python 3.10. Thank you for bringing this up.

from data-validation.

singhniraj08 avatar singhniraj08 commented on August 16, 2024 1

@capkurmagati,

Python 3.10 support is introduced in TFDV 1.14.0 release. Please let us know if you face any issues in TFDV installation. Thank you!

from data-validation.

masonkirchner avatar masonkirchner commented on August 16, 2024 1

@singhniraj08 I resolved it.

I was using miniconda to manage to my python version, but after switching to pyenv it worked.

from data-validation.

singhniraj08 avatar singhniraj08 commented on August 16, 2024

Closing this due to inactivity. Please take a look into the answers provided above, feel free to reopen and post your comments(if you still have queries on this). Thank you!

from data-validation.

masonkirchner avatar masonkirchner commented on August 16, 2024

Re-opening this @singhniraj08, pip install tensorflow-data-validation==0.14.0 does not work with Python 3.10 because it hasn't been published to pypi: https://pypi.org/project/tensorflow-data-validation/

from data-validation.

singhniraj08 avatar singhniraj08 commented on August 16, 2024

@masonkirchner, I tried installing Tensorflow data validation with Python 3.10 and it works without any issues. Can you try the same on your end any let us know if you face any issues. Thank you!

image

from data-validation.

masonkirchner avatar masonkirchner commented on August 16, 2024

@singhniraj08
image

It's not working on my Macbook. I built the library using the docker build in the readme, but I couldn't install the .whl either.
image

I've been trying to get the non-docker build to work, but running into errors while building.

./lib/findprog-in.c:137:25: error: call to undeclared function 'eaccess'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
                    if (eaccess (progpathname, X_OK) == 0)
                        ^
./lib/findprog-in.c:137:25: note: did you mean 'access'?
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/unistd.h:431:6: note: 'access' declared here
int      access(const char *, int);
         ^
./lib/findprog-in.c:211:21: error: call to undeclared function 'eaccess'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
                if (eaccess (progpathname, X_OK) == 0)

(see expanded logs in gist)

from data-validation.

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.