Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我遇到了一个问题,即在使用 pandas 的 read_csv() 期间尝试使用 io 的 StringIO 类中的缓冲区时,pandas 会报告导入错误。
单独安装 fsspec(pandas 的可选包)不足以让 pandas 能够导入 fsspec。还需要安装 fsspec 的依赖项,我不知道为什么维护人员不使用 install.py 来处理这个问题,但是我们来了。我会向他们发送消息,但如果您发现自己处于这种情况,请尝试:
pip install tox tox-conda