新建虚拟环境
conda create -n mypyexcel python=3.9
conda activate mypyexcel
pip install xlwings numpy pandas
然后在pycharm中配置新的虚拟环境mypyexcel
你有没有为写代码拼过命?那你知不知道 人生苦短,我用Python?
新建虚拟环境
conda create -n mypyexcel python=3.9
conda activate mypyexcel
pip install xlwings numpy pandas
然后在pycharm中配置新的虚拟环境mypyexcel