Open e-carlin opened 3 months ago
Seeing this when doing a beamsim build. Just a warning in the build
#7 1635.1 Building wheels for collected packages: rsjupyterlab
#7 1635.1 Building wheel for rsjupyterlab (pyproject.toml): started
#7 1692.6 Building wheel for rsjupyterlab (pyproject.toml): finished with status 'done'
#7 1692.6 Created wheel for rsjupyterlab: filename=rsjupyterlab-0.1.0-py3-none-any.whl size=30315 sha256=8711166acc9b7967d8d3566c91e2d650ddf07751474791c3ea2e00fe07c1cbcf
#7 1692.6 Stored in directory: /tmp/pip-ephem-wheel-cache-mhvqrk1m/wheels/6e/3c/6d/a760987e916b78c78bd73361180c71c0e977d108465f5c47fd
#7 1692.6 Successfully built rsjupyterlab
#7 1693.5 WARNING: Error parsing dependencies of ocp: Invalid version: 'x86_64'
On the latest sirepo.com/jupyter in a recently restarted server I get this error
You can swap out any package with tornado. The problem seems to be with pip.
pip install --upgrade pip==24.0
fixes it.