目录

解决的问题

解决的方法


 

 

 

解决的问题

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

问题解决:AttributeError: module 'paddle' has no attribute 'reader'

runfile('F:/python_project/test1011.py', wdir='F:/python_project')
Traceback (most recent call last):

  File "<ipython-input-32-b0ebce07bf1f>", line 1, in <module>
    runfile('F:/python_project/test1011.py', wdir='F:/python_project')

  File "d:\ProgramData\Anaconda3\lib\site-packages\spyder_kernels\customize\spydercustomize.py", line 827, in runfile
    execfile(filename, namespace)

  File "d:\ProgramData\Anaconda3\lib\site-packages\spyder_kernels\customize\spydercustomize.py", line 110, in execfile
    exec(compile(f.read(), filename, 'exec'), namespace)

  File "F:/python_project/test1011.py", line 7, in <module>
    import paddle.fluid as fluid

  File "d:\ProgramData\Anaconda3\lib\site-packages\paddle\fluid\__init__.py", line 52, in <module>
    from . import io

  File "d:\ProgramData\Anaconda3\lib\site-packages\paddle\fluid\io.py", line 57, in <module>
    ] + reader.__all__ + paddle.reader.__all__

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

 

 

 

解决的方法

 

更新中......

 

 

相关文章:

  • 2021-11-02
  • 2022-12-23
  • 2022-12-23
  • 2021-07-26
  • 2021-09-04
  • 2021-12-05
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-20
  • 2021-12-28
  • 2022-12-23
  • 2021-04-26
  • 2022-12-23
  • 2021-04-23
  • 2021-06-11
相关资源
相似解决方案