logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

ERROR: Cannot uninstall ‘imageio‘. It is a distutils installed project and thus we cannot accurately

安装moviepy时报错:Installing collected packages: imageio-ffmpeg, imageio, MoviePyAttempting uninstall: imageioFound existing installation: imageio 2.4.1ERROR: Cannot uninstall ‘imageio’. It is a distutils

#pip#python
mac-环境配置文件zsh及bash环境变量配置

切换shell$chsh -s /bin/zsh$chsh -s/bin/bash环境配置文件bash 的环境配置文件为:.bash_profilezsh 的环境配置文件为:.zshrc环境配置文件编辑创建.bash_profile文件:touch .bash_profile打开.bash_profile并编辑:open .bash_profile写入文件:echo 'export PATH="/

macOS “应用程序不能打开”

右键*.app打开“显示包内容”-“contents” - “MacOS”更改该应用的权限在终端中输入:chmod +x(+x前后空格) 加应用文件路径更改安全性,运行该app 运行

#macos
conda重置或恢复base环境

原始环境及位置Rachel1900 (master #) ~$ conda info -e# conda environments:#base*/Users/Rachel1900/anaconda3创建新环境Rachel1900 (master #) ~$ conda create --name=IntroToTensorFlow python=3 anaconda==> WARNING:

#python
到底了