python - 使用 vaex : blake3. 时出错 __new__() 得到了意外的关键字参数 'multithreading'

标签 python python-3.x pandas vaex

当我使用 vaex 时如下:

for i, df in enumerate(vaex.from_csv('cars.csv', convert=True,chunk_size=100_000)):
            print(df.info())

我得到一个错误:

blake3.__new__() got an unexpected keyword argument 'multithreading'

我做错了什么?

最佳答案

我已经通过重新安装旧的 blake3 版本解决了这个问题。

pip install blake3==0.2.1

关于python - 使用 vaex : blake3. 时出错 __new__() 得到了意外的关键字参数 'multithreading',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/70686821/

相关文章:

python - 忽略 0 的行的 Pandas 平均值

python - 使用 python 以相同的速率迭代文本文件中的列表和行?

python - 为什么在删除列表时 IPython 管理内存的方式与 CPython 不同?

python - 如何将 Dataframe 时间增加 5 分钟间隔?

python - pandas 列中 url 的匹配模式

python - 使用数据读取器在 tensorflow 中读取 tiff 文件的正确方法

python - makemigrations reponses 指定 app_label 时未检测到任何更改

python - 在 Python 中打印具有最高值的嵌套列表的正确方法是什么

python - 根据国家重新排列车牌字符

python - Pandas 合并给出错误 "Buffer has wrong number of dimensions (expected 1, got 2)"