Skip to content

Fix wheels produced by CI #442

@ataymano

Description

@ataymano

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:

ataymano@ataymano-sb1:~/src/github/VowpalWabbit/reinforcement_learning/examples/python$ python3 basic_usage.py
event_id: 032575ce-fc7a-4837-a8bb-517012c980f8
model_id: N/A
chosen action id: 1
all action probabilities [(1, 0.5), (0, 0.5)]
event_id: c8cf584c-ec46-4639-8ca9-545a6836d3cc
model_id: N/A
chosen action id: 1
all action probabilities [(1, 0.5), (0, 0.5)]
event_id: 10223fb5-8987-4908-8378-181d657efc46
model_id: N/A
chosen action id: 1
all action probabilities [(1, 0.5), (0, 0.5)]

And there is no data on server side - probably something is wrong with cpprest.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions