AttributeError: module ‘paddle‘ has no attribute ‘reader‘

报错可能是这两个:

AttributeError: module 'paddle' has no attribute 'reader'

或者

AttributeError: module 'paddle' has no attribute 'init'

大家可以先看看大佬的解决办法:
https://blog.csdn.net/u010244992/article/details/104408490

(看完记得回来哈哈哈哈)

报错的截图可能是这样的:
AttributeError: module ‘paddle‘ has no attribute ‘reader‘_第1张图片
AttributeError: module ‘paddle‘ has no attribute ‘reader‘_第2张图片
报错截图来自群友@内马尔

解决办法:

pip uninstall paddlepaddle 
python -m pip install paddlepaddle -i https://mirror.baidu.com/pypi/simple

你可能感兴趣的:(paddlepaddle历险记,paddlepaddle,python)