There are multiple packages in ./jupyter/requirements.txt that have missing or broken dependencies and versions. The required version numbers need to be updated. A potential workaround (Worked for me) is to change all of the "==" version requirements to ">=" and sacrifice a goat in hopes pip can figure it out. Obviously that isn't a recommended solution. It would probably be good to do a pass over ./cli/requirements.txt as well.