Building Trame app with Docker is impossible since Friday afternoon #826
-
|
Ever since this past Friday afternoon (November 7), I've been unable to build my Trame application in Docker. I've verified through version control that this issue is independent of any changes I have made, and I can't find any info that the process needed to build through Docker has changed. I suspect this might be an issue with wheels.vtk.org. Has anyone else run into this issue and if so, have you found a solution? Below is the text output for the Docker build step. It mentions that the requirement for aiohappyeyeballs is unsatisfiable, but this is just because it is the first line of my requirements.txt file (see further down). If I comment this requirement out or remove the version number specification it just throws the same error for the next one. I cannot afford to remove the version specifications from all of my requirements as some features of my app are dependent on them. Below is my requirements.txt file: Here is my Dockerfile: Any help is greatly appreciated as this is a significant blocker for development! Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
Updating this post to share that as of this morning (Friday, November 14), this issue appears to have been resolved. If anyone experienced this issue or has any info about what caused it, please do share! Thank you! |
Beta Was this translation helpful? Give feedback.
-
|
Sorry I missed that message... Yes Kitware had to setup some stronger rules on our firewall due to some dos or external robot load. In that process that removed access to our pypi index. We managed to find better rules yesterday which is solving this issue. |
Beta Was this translation helpful? Give feedback.
Sorry I missed that message...
Yes Kitware had to setup some stronger rules on our firewall due to some dos or external robot load. In that process that removed access to our pypi index. We managed to find better rules yesterday which is solving this issue.