Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running example in Binder fails #23

Open
heplesser opened this issue Apr 5, 2022 · 1 comment
Open

Running example in Binder fails #23

heplesser opened this issue Apr 5, 2022 · 1 comment
Assignees
Labels

Comments

@heplesser
Copy link

I just tried to run the example notebook via Binder. Startup failed with the following error:

Executing transaction: ...working... done
Installing pip dependencies: ...working... Pip subprocess error:
  WARNING: Requested odml==1.4.2.1 from https://files.pythonhosted.org/packages/a8/2f/6c2df860afb940af8dbc9f1a96f5fac3baf8d60b3676ab32d968736b27c2/odML-1.4.2.1.tar.gz#sha256=089e09aed7b87e84a5fc9a20cb5578cecf6c2c2cb11cf25788f204b7f8a86fc8 (from -r /home/jovyan/condaenv.boal7cl0.requirements.txt (line 16)), but installing version 1.4.2
WARNING: Discarding https://files.pythonhosted.org/packages/a8/2f/6c2df860afb940af8dbc9f1a96f5fac3baf8d60b3676ab32d968736b27c2/odML-1.4.2.1.tar.gz#sha256=089e09aed7b87e84a5fc9a20cb5578cecf6c2c2cb11cf25788f204b7f8a86fc8 (from https://pypi.org/simple/odml/). Requested odml==1.4.2.1 from https://files.pythonhosted.org/packages/a8/2f/6c2df860afb940af8dbc9f1a96f5fac3baf8d60b3676ab32d968736b27c2/odML-1.4.2.1.tar.gz#sha256=089e09aed7b87e84a5fc9a20cb5578cecf6c2c2cb11cf25788f204b7f8a86fc8 (from -r /home/jovyan/condaenv.boal7cl0.requirements.txt (line 16)) has inconsistent version: filename has '1.4.2.1', but metadata has '1.4.2'
ERROR: Could not find a version that satisfies the requirement odml==1.4.2.1 (from versions: 1.0, 1.1, 1.2, 1.2.1, 1.3.0, 1.3.1, 1.3.2, 1.3.3, 1.3.4.1, 1.4.0.3, 1.4.1.1, 1.4.2.1, 1.4.3.2, 1.4.4.2, 1.4.5, 1.5.0, 1.5.1, 1.5.2)
ERROR: No matching distribution found for odml==1.4.2.1
@mdenker
Copy link
Member

mdenker commented Apr 7, 2022

Thanks, @heplesser, for reporting this, indeed, this requirement needs fixing.
@rgutzen Could you have a look? I have a hunch that this may require setting an earlier Python version, maybe 3.6 or so. Or to bump odml to a higher version number.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants