pyecharts / pyecharts-gallery

Just use pyecharts to imitate Echarts official example.
https://gallery.pyecharts.org
MIT License
1.19k stars 585 forks source link

Running all examples will delete some files in the virtual environment #97

Closed Alan3344 closed 1 year ago

Alan3344 commented 1 year ago

Platform: Python 3.11.5 (main, Aug 24 2023, 15:09:45) [Clang 14.0.3 (clang-1403.0.22.14.1)] on darwin

Error: subprocess.CalledProcessError: Command '['python3', 'tree_base.py']' returned non-zero exit status 1.

image image

运行之后env部分文件就被删除了

image

image

sunhailin-Leo commented 1 year ago

@Alan3344

Alan3344 commented 1 year ago

@Alan3344

  • emm 这个。。因为我个人不是很喜欢用虚拟环境这种东西,所以没测试过~

这个初始化删除文件有点狠,好在不是什么重要文件,我只是想clone下来跑下,没想到会这样 我以前也不用,直到遇到了:不同的项目依赖同样的包的不同版本,最后查到是包版本才开始用的虚拟环境

sunhailin-Leo commented 1 year ago

@Alan3344

  • emm 这个。。因为我个人不是很喜欢用虚拟环境这种东西,所以没测试过~

这个初始化删除文件有点狠,好在不是什么重要文件,我只是想clone下来跑下,没想到会这样 我以前也不用,直到遇到了:不同的项目依赖同样的包的不同版本,最后查到是包版本才开始用的虚拟环境