HTTP-APIs / hydra-python-agent

Python Hydra smart client and test console
MIT License
22 stars 42 forks source link

Error Using python-agent with docker #160

Closed Purvanshsingh closed 3 years ago

Purvanshsingh commented 3 years ago

I'm submitting a

Current Behaviour:

TypeError: a bytes-like object is required, not 'str' on running sudo docker-compose run client

Expected Behaviour:

Steps to reproduce:

sudo docker-compose run client

OS: Ubuntu 20.04 docker-compose version 1.25.0

Do you want to work on this issue?

Purvanshsingh commented 3 years ago

Screenshot from 2021-01-19 10-53-04

raoashish10 commented 3 years ago

@Purvanshsingh I tried replicating the issue but I didn't encounter any such error. Have you made any changes to the code?

Purvanshsingh commented 3 years ago

Nope, I didn't make any changes in the code.

raoashish10 commented 3 years ago

I am running the command on a similar environment: OS: Ubuntu 20.04 docker-compose: 1.25.5 Maybe someone else who can replicate the issue can try solving. Try updating the docker-compose version, might help?

Purvanshsingh commented 3 years ago

Fixed docker-compose should be of the latest stable version.