sizzlesloth

Results 3 comments of sizzlesloth

Sorry to bump, but I seem to still be getting this issue. I'm using the latest wger/server docker image (using the Docker compose file from the docker repo) with the...

I did some investigating and the wger library does not install after `pip3 install -e .`. When exec'ing into the container and executing this command, I get "invalid argument 'licenses'"....

The cause was a file system issue. When the wger package is installed with pip, I believe it's copied across from host to container at some point? Pip does an...