ERROR: No matching distribution found for blazingsql

ERROR: No matching distribution found for blazingsql

我正在尝试 pip 安装 blazingsql。但是,我不断收到以下错误:

ERROR: Could not find a version that satisfies the requirement blazingsql (from versions: none)
ERROR: No matching distribution found for blazingsql

我在论坛上找不到任何东西。

我正在使用 Python 3.7。没有虚拟环境。

我也试过:

conda install -c blazingsql/label/cuda10.2 -c blazingsql -c rapidsai -c nvidia -c conda-forge -c defaults blazingsql python=3.7

没用。

有什么想法吗?

没有用于 BlazingSQL 或其他 rapids 生态系统的 pip 包。

我刚刚在新创建的 conda 环境中尝试了完全相同的命令 conda install -c blazingsql/label/cuda10.2 -c blazingsql -c rapidsai -c nvidia -c conda-forge -c defaults blazingsql python=3.7,没有任何问题。目前没有规定的方法可以在 conda 环境之外执行此操作,尽管人们已经找到了针对 PowerPC 等不同架构的解决方法。

您能否在 github (https://github.com/blazingdb/blazingsql/issues) 上提交问题并提供有关 OS、驱动程序版本和您的 cuda 版本的更多信息?