ssssam commented on issue #1758: URL: https://github.com/apache/buildstream/issues/1758#issuecomment-1295056910
Tried that, got these dependencies: ``` click==8.1.3 grpcio==1.50.0 Jinja2==3.1.2 pluginbase==1.0.1 protobuf==4.21.9 psutil==5.9.3 ruamel.yaml==0.17.21 ruamel.yaml.clib==0.2.7 setuptools==59.6.0 pyroaring==0.3.3 ujson==5.5.0 python-dateutil==2.8.2 ## The following requirements were added by pip freeze: MarkupSafe==2.1.1 six==1.16.0 ``` [ruamel.yaml.clib 0.2.7](https://pypi.org/project/ruamel.yaml.clib/) fixes the cython issue for ruamel.yaml. pyroaring now fails with the same issue. There is some discussion about python 3.11 support just starting: https://github.com/Ezibenroc/PyRoaringBitMap/issues/78 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
