新建虚拟环境
conda create -n mypyexcel python=3.9
conda activate mypyexcel
pip install xlwings numpy pandas
然后在pycharm中配置新的虚拟环境mypyexcel。
博学之、审问之、慎思之、明辨之、笃行之
新建虚拟环境
conda create -n mypyexcel python=3.9
conda activate mypyexcel
pip install xlwings numpy pandas
然后在pycharm中配置新的虚拟环境mypyexcel。