Reading control file error: For input string: "800 //plot width and height (in pixels)"
Exception in thread "main" java.lang.IllegalArgumentException: Width (0) and height (0) cannot be <= 0
at java.awt.image.DirectColorModel.createCompatibleWritableRaster(DirectColorModel.java:1016)
at...
...d conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
以“root”用户运行pip可能导致权限中断,可以尝试使用虚拟环境
1,创建环境
python3 -m venv tutorial-env
如出现报错...