用 pycharm 写代码
import pandas as pd
光标放到 pandas ,alt+enter 会安装失败
UnicodeEncodeError
'gbk' codec can't encode character '\u2022' in position 2: illegal multibyte sequence
at D:\user\xxx\Application Data\pypoetry\venv\lib\site-packages\cleo\io\outputs\stream_output.py:79 in _write
75| def _write(self, message: str, new_line: bool = False) -> None:
76| if new_line:
77| message += "\n"
78|
> 79| self._stream.write(message)
80| self._stream.flush()
81|
82| def _has_color_support(self) -> bool:
83| # Follow https://no-color.org/
但是直接命令行执行命令是可以的
poetry add pandas
错误如图 https://imgur.com/a/7bFzcth
有大佬知道怎么解决吗?
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.