当我试图在python中安装tqdm包时,会出现以下错误:
>>> pyp install tqdm
File "<stdin>", line 1
pyp install tqdm
^
SyntaxError: invalid syntax
>>>我也试着在cmd (命令提示符)中做这件事,但是仍然不能工作。
发布于 2021-09-26 11:01:31
发布于 2021-09-26 11:01:48
尝试:
python -m pip install tqdm虽然我以前没用过那个tqdm。
https://stackoverflow.com/questions/69334232
复制相似问题