Hi! We've received your issue and please be patient to get responded. We will arrange technicians to answer your questions as soon as possible. Please make sure that you have posted enough message to demo your request. You may also check out the API,FAQ,Github Issue and AI community to get the answer.Have a nice day!
4条答案
按热度按时间idv4meu81#
您好,我们已经收到了您的问题,会安排技术人员尽快解答您的问题,请耐心等待。请您再次检查是否提供了清晰的问题描述、复现代码、环境&版本、报错信息等。同时,您也可以通过查看官网API文档、常见问题、历史Issue、AI社区来寻求解答。祝您生活愉快~
Hi! We've received your issue and please be patient to get responded. We will arrange technicians to answer your questions as soon as possible. Please make sure that you have posted enough message to demo your request. You may also check out the API,FAQ,Github Issue and AI community to get the answer.Have a nice day!
j8ag8udp2#
环境:64位win10系统,GPU 1060 6G,python3.6.5,CUDA 10.1
安装命令 python -m pip install paddlepaddle-gpu==2.1.0.post101 -f https://paddlepaddle.org.cn/whl/mkl/stable.html
安装过程无异常,安装后import paddle出现以下错误:
from six.moves import collections_abc ImportError cannot import name 'collections_abc',详细错误信息如下
卸载six并重新安装后依旧出现上述错误
vxbzzdmp3#
全部重新安装了cuda和cudnn,卸载并重新安装了paddle,升级了pip,six,重启shell后,paddle安装和调试成功,已经解决
a6b3iqyw4#
大佬牛皮,问题应该是six版本问题,以后遇到类似问题可以先调整第三方库的版本,这个问题和cuda cudnn关系不大