我知道他们给出的示例代码是pip install prospector[with_pyroma],但是我怎么做可选的附加代码呢?我试过pip install prospector[with_pyroma][with_mypy]甚至pip install prospector[with_pyroma, with_mypy]
发布于 2021-05-29 15:04:40
您需要删除pip install prospector[with_pyroma,with_mypy]中逗号后的空格,请参阅https://stackoverflow.com/a/66152214/2519059
https://stackoverflow.com/questions/67705043
复制相似问题