You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am attempting to install bokeh==2.4.1 into a new environment. I have upgraded pip to the latest version. After running
poetry add bokeh
I receive the error
• Installing bokeh (2.4.1): Failed AttributeError 'Link' object has no attribute 'name' at ~/.poetry/lib/poetry/installation/executor.py:632 in _download_link 628│ raise RuntimeError( 629│ "Invalid hashes ({}) for {} using archive {}. Expected one of {}.".format( 630│ ", ".join(sorted(archive_hashes)), 631│ package, → 632│ archive.name, 633│ ", ".join(sorted(hashes)), 634│ ) 635│ ) 636│ Failed to add packages, reverting the pyproject.toml file to its original content.
I can install bokeh in a 3.7 environment and can also install it with just pip in the 3.8 environment.
The text was updated successfully, but these errors were encountered:
-vvv
option).Issue
I am attempting to install
bokeh==2.4.1
into a new environment. I have upgraded pip to the latest version. After runningpoetry add bokeh
I receive the error
I can install
bokeh
in a 3.7 environment and can also install it with justpip
in the 3.8 environment.The text was updated successfully, but these errors were encountered: