I am getting a “ModuleNotFound” error when trying to deploy a project to PyPi.
Travis CI reports a ModuleNotFound
error for OpenSSL when attempting to deploy to PyPi using twine. See the build script here. A few weeks ago, this same build script worked. I haven’t changed any of my dependencies and the build environment looks very similar (e.g., same OpenSSL, urllib3 version) to another build that succeeded (here)
Any thoughts on what could be going wrong?