Closed mac133k closed 3 years ago
Ok, I think I fixed it by removing version numbers from the Dockerfile, so the container was built with the latest versions. One version conflict still remained: aiohttp/chardet - that was resolved by:
!pip3 install aiohttp --upgrade
run in the notebook on the container.
thanks. you should use the released version since the dev branch (master) has some issues we need to resolve. but will fix them soon
I built a Docker container from the master branch. The build completed with the errors:
This makes zipline unusable due to version conflict:
Is there a quick fix or a workaround I could use? I tried to change version numbers for the built, but that lead to other errors.
Regards, MS