deepin15.11装Python3.7.4出问题了
Tofloor
poster avatar
clownfish
deepin
2019-11-02 19:35
Author
编译并安装:make -j8 && sudo make altinstall最后提示:
ModuleNotFoundError: No module named '_ctypes'
Makefile:1142: recipe for target 'altinstall' failed
make: *** [altinstall] Error 1
怎么回事啊?

试了好几次了,装不上3.x版本.还有 别的办法装3.x版本吗?



Reply Favorite View the author
All Replies
avatar
deepin_bj
deepin
2019-11-02 19:58
#1
这个不用管呀,我也遇到了,你
  1. cd /usr/local/lib/
Copy the Code
看看其实是可以用的
Reply View the author
avatar
clownfish
deepin
2019-11-02 20:06
#2
https://bbs.deepin.org/post/184606
这个不用管呀,我也遇到了,你看看其实是可以用的

好的,谢谢
Reply View the author
avatar
clownfish
deepin
2019-11-02 20:13
#3

成了,谢谢谢谢!!!
lixin@lixin-PC:~/Desktop/Python-3.7.4$ cd /usr/local/lib/
lixin@lixin-PC:/usr/local/lib$ ls
libpython3.7m.a  pkgconfig  python2.7  python3.5  python3.7
lixin@lixin-PC:/usr/local/lib$ python3.7
Python 3.7.4 (default, Nov  2 2019, 12:10:00)
[GCC 6.3.0 20170516] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>>
Reply View the author
avatar
clownfish
deepin
2019-11-02 20:20
#4
https://bbs.deepin.org/post/184606
这个不用管呀,我也遇到了,你看看其实是可以用的

成了,谢谢谢谢!!!
lixin@lixin-PC:~/Desktop/Python-3.7.4$ cd /usr/local/lib/
lixin@lixin-PC:/usr/local/lib$ ls
libpython3.7m.a  pkgconfig  python2.7  python3.5  python3.7
lixin@lixin-PC:/usr/local/lib$ python3.7
Python 3.7.4 (default, Nov  2 2019, 12:10:00)
[GCC 6.3.0 20170516] on linux
Type "help", "copyright", "credits" or "license" for more information.
Reply View the author