在工作中总会遇到各种各样的bug,有时不清楚出错状况就会花费很久的时间。故想将工作中遇到的问题一一列举出来,以防下次仍遇到相同的问题。
1.在pycharm中debug出现以下问题:
AttributeError: module 'matplotlib' has no attribute 'verbose'
解决方案:
2. pycharm工具里在展示DataFrame数据时,无法在右侧固定显示。如下图所示:
解决方法:
勾选View -> scientific Mode
完美解决!撒花~~
3. 如何去掉matplotlib在SciView出现
解决方案:
File -> Settings -> Tools -> python scientific ->Show plots in toolwindow(去掉勾选)
完美,撒花~~
4. python程序不停止,出现PyDev console: starting.
解决方案:
点开有个 Edit configuration...
或者在Run->Edit configuration...
选择要更改的.py文件的configuration -> show command line afterwards
5. Pascal VOC数据集下载网址
一直在找Pascal voc数据集下载地址,但官网好像上不去,记录一下镜像网址
Pascal Voc 2007 和Voc 2012下载地址:
https://pjreddie.com/projects/pascal-voc-dataset-mirror/
官网:
http://host.robots.ox.ac.uk/pascal/VOC/
6.ModuleNotFoundError: No module named '_tkinter'
解决方案:matplotlib的版本太低了,改为pip3 install MatPlotLib==3.1.1
7.解决sql语句报黄的问题
x