zoukankan
html css js c++ java
pycharm 报错 ModuleNotFoundError: No module named 'distutils.core'
之气的虚拟机不好使了,重新装了最新版本,安装了ubuntu18.4,然后安装pycharm,但新建项目的时候报错:
ModuleNotFoundError: No module named 'distutils.core'
解决方法:
ubuntu18.4没有安装pip,所以要安装pip,
命令:sudo apt install python3-pip
查看全文
相关阅读:
C++使用静态类成员时出现的一个问题
C++中的const_cast
【位运算与嵌入式编程】
电压取反电路
bzoj4769
初赛
noip2011day2
uva1252
codeforces 703d
poj[1734]
原文地址:https://www.cnblogs.com/carlos-mm/p/11719578.html
最新文章
BZOJ-1025 游戏
BZOJ-1022 小约翰的游戏
BZOJ-1047 理想的正方形
BZOJ-1083 繁忙的都市
BZOJ-1046 上升序列
[LeetCode]16. Pascal's Triangle II杨辉三角
[LeetCode]15. Pascal's Triangle杨辉三角
[LeetCode]14. Remove Duplicates from Sorted Array排序数组去重
[LeetCode]13. Remove Element移除元素
[LeetCode]12. Rotate Array旋转数组
热门文章
[LeetCode]11. Plus One加一运算
[LeetCode]10. Contains Duplicate重复检测
[LeetCode]9. Summary Ranges统计范围
[LeetCode]8. Number of 1 Bits二进制表示中1的个数
[LeetCode]7. ZigZag Conversion ZigZag转换
终于读完了《Essential C++》
【编码的法则】谨慎的使用static
基于控制台的俄罗斯方块
不能在成员函数的类外部重新声明该函数
学习基础知识真的枯燥
Copyright © 2011-2022 走看看