在研究环境安装CCXT时,一直报错
ERROR: Could not install packages due to an EnvironmentError: [Errno 13] 权限不够: ‘/usr/local/lib/python3.6/dist-packages/multidict’
Consider using the --user
option or check the permissions.
请问怎么解决,谢谢。
发明者量化 pip3试下, 但研究环境不持久保存这些信息, 退出以后再使用就重置了.
huayi_2005 您好,还是报错: ERROR: Could not install packages due to an EnvironmentError: [Errno 13] 权限不够: '/usr/local/lib/python3.6/dist-packages/typing_extensions.py' Consider using the `--user` option or check the permissions.
发明者量化 ``` !pip3 install ccxt ```
huayi_2005 您好,谢谢。还是出错了,请看: File "<ipython-input-5-ed9ab6e63bcc>", line 1 pip3 install ccxt ^ SyntaxError: invalid syntax