标签: python attributeerror
我试图找出内存中的可变大小。所以我尝试使用sys.getsizeof(var),但我一直收到错误:
sys.getsizeof(var)
AttributeError: 'module' object has no attribute 'getsizeof'
我在网上搜索解决方案,但仍然没有运气。我也重新安装了我正在使用的Python版本,我仍然遇到同样的问题。