WARNING: qpsolvers 4.8.1 does not provide the extra ‘open_source_solvers’

Problem

When entering

pip install qpsolvers[open_source_solvers]

The qpsolvers are not installed and a warning is given

WARNING: qpsolvers 4.8.1 does not provide the extra 'open_source_solvers'

Solution

You need to use dashes instead of underscores

So use the following instead

pip install qpsolvers[open-source-solvers]

发表评论

您的邮箱地址不会被公开。 必填项已用 * 标注

这个站点使用 Akismet 来减少垃圾评论。了解你的评论数据如何被处理