Closed VijYadav closed 8 years ago
Can you provide the output of the following commands:
import pandas
pandas.show_versions()
INSTALLED VERSIONS
------------------
commit: None
python: 3.5.2.final.0
python-bits: 32
OS: Windows
OS-release: 10
machine: AMD64
processor: Intel64 Family 6 Model 60 Stepping 3, GenuineIntel
byteorder: little
LC_ALL: None
LANG: None
pandas: 0.18.1
nose: None
pip: 8.1.2
setuptools: 25.1.6
Cython: None
numpy: 1.11.1
scipy: 0.17.1
statsmodels: 0.6.1
xarray: None
IPython: 5.1.0
sphinx: None
patsy: 0.4.1
dateutil: 2.5.3
pytz: 2016.6.1
blosc: None
bottleneck: None
tables: None
numexpr: 2.6.0
matplotlib: 1.5.1
openpyxl: None
xlrd: None
xlwt: None
xlsxwriter: None
lxml: None
bs4: None
html5lib: None
httplib2: None
apiclient: None
sqlalchemy: None
pymysql: None
psycopg2: None
jinja2: 2.8
boto: None
pandas_datareader: None
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 cognoma-machine-learning
environment, which will contain python 3.5. Note that if you are not using the project environment, you will likely experience incompatibilities / bugs.
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.