You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Verified that building wheel locally works on WSL2 ubuntu 20.04
Using the CI-produced wheel, the program hangs due to stuck background threads never joining (observed in gdb)
auditwheel tries to package dependencies from a centos docker image, including libssl, but it seems to have some binary incompatibility issues on ubuntu, causing the issue. I tried to replace some dependencies without much success.
Currently wheel files produced by CI is not usable.
Tested on WSL2 Ubuntu 20.04 python 3.8.10
Running https://github.com/VowpalWabbit/reinforcement_learning/blob/master/examples/python/basic_usage.py
hangs with the following outputs:
And there is no data on server side - probably something is wrong with cpprest.
The text was updated successfully, but these errors were encountered: