Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I can not make it work in Kaggle #7

Open
micuentadecasa opened this issue Aug 23, 2019 · 3 comments
Open

I can not make it work in Kaggle #7

micuentadecasa opened this issue Aug 23, 2019 · 3 comments

Comments

@micuentadecasa
Copy link

Hi, I was trying to use your library in Kaggle but I couldn't, I've found that featuretools is installed but if I try to import as below:

from featuretools.autonormalize import autonormalize as an

it gives me:
ModuleNotFoundError: No module named 'featuretools.autonormalize'

even if I try to install it...
!pip install featuretools[autonormalize]

it says
Requirement already satisfied: featuretools[autonormalize] in /opt/conda/lib/python3.6/site-packages (0.9.1)
WARNING: featuretools 0.9.1 does not provide the extra 'autonormalize'

it will be very helpful if you can create a Kaggle Kernel, to show how to use it on Kaggle.

Regards.

@kmax12
Copy link
Contributor

kmax12 commented Aug 23, 2019

@micuentadecasa autonormalize was released in Featuretools 0.10.0 which is why it doesn't find it.

I was able to install it by enabling internet and then running

!pip install --upgrade featuretools[autonormalize]

@micuentadecasa
Copy link
Author

micuentadecasa commented Aug 26, 2019

Sorry Max, I enabled Internet and tried your code but it is not working, connection refused...

WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7f38b2e3a128>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/featuretools/

after few more tries it loads but still there is an error

ERROR: Could not find a version that satisfies the requirement autonormalize>=1.0.0; extra == "autonormalize" (from featuretools[autonormalize]) (from versions: none)
ERROR: No matching distribution found for autonormalize>=1.0.0; extra == "autonormalize" (from featuretools[autonormalize])

@kmax12
Copy link
Contributor

kmax12 commented Aug 26, 2019

what version of python are you using?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants