在使用以下指令下载python的“线性模型”包后:
conda install -c conda-forge linearmodels在根目录终端中,conda提示符中出现了以下问题:
Preparing transaction: done
Verifying transaction: failed
EnvironmentNotWritableError: The current user does not have write permissions to the target
environment.
environment location:windows 10上的conda版本是
4.8.3
我很感激能帮我解决这个问题。
发布于 2020-07-25 10:22:51
正如它所述,您没有写权限,因此可能会运行命令提示符,因为管理员会工作。
https://stackoverflow.com/questions/63078038
复制相似问题