Open fatdrag0n opened 1 day ago
I like the image just to be able to just install latest python with pip instead of specifying version! I see 3.9 in docker image....maybe that's the problem! I see 3.10 in output of ubuntu22 failure message!
That would do it. If you do pip freeze
I guarantee it'll show the prerelease version of schwab-py, 0.0.0a29.
Might just be best to delete or private those pre-release versions from pypi, a lot of people on the discord have run into this too one way or another
Please read the bug submission guidelines before submitting a bug.
Not following guidelines may result in your bug being ignored and/or closed.
Description of Bug I just dockerized my app after some efforts and it simple is based on schwab-py and basic ubuntu python base os and it install some os apps/pip packages and It works on ubuntu20 but fails on ubuntu22. Changed underlying host ubuntu to find culprit seems like it is related to the building of image container and some dependencies that fails and cross os version/pip/libaries or something more simpler than that!
Code to Reproduce I run this script where it builds my container and runs it and drop me into bash prompt and I test schwab api!
it processes build of docker image
using this docker image Dockerfile
IMPORTANT: Remember to anonymize your code. Be sure to replace API keys/Client IDs with placeholders. Also, never, ever share the contents of your token file.
Expected Behavior
Actual Behavior