cda-tum / mqt-predictor

MQT Predictor - A MQT tool for Automatic Device Selection with Device-Specific Circuit Compilation for Quantum Computing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Building error with setuptools >=67

nquetschlich opened this issue · comments

Due to an issue of gym==0.21.0 in combination with setuptools>=67.0.0, current CI workflows fail (see als openai/gym#3202 for more details).

gym is a dependency of stable-baselines3 which is a dependency of sb3-contrib. The solution to this problem is using an updated version of gym which will be provided with sb3-contrib==2.0.0 (currently v1.8.0 is used). That new version is expected to be released soon (alpha version is already available) and a respective PR draft to adapt to that version has already been created (#97).

solved by #97