解决python报错MemoryError的问题
作者:金帛文武在南京
今天小编就为大家分享一篇解决python报错MemoryError的问题,具有很好的参考价值,希望对大家有所帮助。一起跟随小编过来看看吧
如下:
python 32bit 最大只能使用 2G 内存,坑爹之处,超过 2G 报错MemoryError。
而 64bit python则无此限制,所以建议使用 64bit python。
可能存在的问题:以前 numpy、scipy 官方的库只支持 32bit python,现在应该发布了 64bit 对应版本。
以上这篇解决python报错MemoryError的问题就是小编分享给大家的全部内容了,希望能给大家一个参考,也希望大家多多支持脚本之家。
您可能感兴趣的文章:
- python报错TypeError: ‘NoneType‘ object is not subscriptable的解决方法
- python中报错"json.decoder.JSONDecodeError: Expecting value:"的解决
- Python报错:PermissionError: [Errno 13] Permission denied的解决办法
- Python使用pip安装报错:is not a supported wheel on this platform的解决方法
- 解决安装python3.7.4报错Can''''t connect to HTTPS URL because the SSL module is not available
- python报错: ''list'' object has no attribute ''shape''的解决
- 解决Python中报错TypeError: must be str, not bytes问题
- Python运行报错UnicodeDecodeError的解决方法
- python 3.74 运行import numpy as np 报错lib\site-packages\numpy\__init__.py
- 一文带你解决Python中的所有报错