Hi! I ran the code on google colab thus the broken codes. I have attached the link to the colab and also attached below the full code to run the error. https://colab.research.google.com/drive/1qJEildK23cBrveKpttskmVD9OB6-U2zu?usp=sharing ...
in <genexpr> return (c for c in iterator if id(c) not in self._incompatible_ids) File "c:\users\ziyuan\appdata\local\programs\python\python38\lib\site-packages\pip\_internal\resolution\resolvelib\found_candidates.py", line 30, in _iter_built for version, func in infos: File "c:\us...
查看python版本: python--version 通过以下命令来判断是否已安装pip --version。如果没有,使用以下方法来安装: curlhttps://bootstrap.pypa.io/get-pip.py -o get-pip.py# 下载安装脚本 sudo python get-pip.py # python2 运行安装脚本 用想要使用的版本 Python运行安装脚本,pip就被关联到哪个版本,如果是 Pyt...