-
Notifications
You must be signed in to change notification settings - Fork 47
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
Memory error #38
Comments
Can you provide the output of the following commands: import pandas
pandas.show_versions() |
|
I think you may have installed 32bit version of anaconda. Switch to 64bit instead or switch to a 64bit python |
yl565 - you were right. I switched to 64 bit and also went lower on Python from 3.5 to 27. It works now. Closing the issue |
The environment we agreed on is Python 3.5 so it's better you stick to it. You could install 64bit/Python 3.5 version of the anaconda. |
For other people who run into this issue: the suggested solution is using a 64 bit python. Downgrading to Python 2.7 is not part of the suggested workaround. @VijYadav, not sure if you are saying you installed anaconda for python 2.7. If so, you should still be able to create the |
After I tested with 2.7, I realized that it was not the agreed version and it may have potential compatibility issue down the line. I will reload Python 3.5 and test. Hopefully, it should work 64 bit version. |
As per the instruction, I made copy of TGCA-MLexample.ipny with CART-VijYadav.ipynb. I didn't make any change to the code ( I just wanted to see if the existing code works) and finding the following memory error. I am running Windows 10 with 32 GB RAM. Can you please let me know how to fix the issue.
The text was updated successfully, but these errors were encountered: