其他分享
首页 > 其他分享> > Could not install packages due to an EnvironmentError: [WinError 5] 拒绝访问。

Could not install packages due to an EnvironmentError: [WinError 5] 拒绝访问。

作者:互联网

conda env export > environment.yaml

conda env remove -n sbd_attendance
conda env create -f environment.yaml
conda env create -f C:\Users\Administrator\environment.yaml
conda env update -f environment.yaml

Could not install packages due to an EnvironmentError: [WinError 5] 拒绝访问。: ‘d:\miniconda3\envs\sbd_attendance\scripts\flask.exe’
Consider using the --user option or check the permissions.

标签:WinError,attendance,Could,due,environment,yaml,conda,env,EnvironmentError
来源: https://blog.csdn.net/zhaojikun521521/article/details/95224165