-
Notifications
You must be signed in to change notification settings - Fork 16
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
Comments
@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
|
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) |
what version of python are you using? |
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.
The text was updated successfully, but these errors were encountered: