OpenSight / janus-cloud

a cluster solution for Janus WebRTC server, by API proxy approach
GNU Affero General Public License v3.0
207 stars 49 forks source link

gevent==20.9.0 does not build janus-cloud #43

Closed cpbruno closed 1 year ago

cpbruno commented 1 year ago

At the setup.py we see gevent being set to 'gevent==20.9.0' https://github.com/OpenSight/janus-cloud/blob/master/setup.py#L9

However, there is an error with gevent with Cython update: https://github.com/gevent/gevent/issues/1899

As suggested there, I could build janus-cloud with gevent 21.12.0, while 20.9.0 fails.

hyt-hz commented 1 year ago

gevent newer then 20.9.0 wouldn't work, please check https://github.com/OpenSight/janus-cloud/issues/47

hyt-hz commented 1 year ago

https://github.com/OpenSight/janus-cloud/pull/48