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

Unable to install bokeh with python3.8 Link object as no attribute name #4681

Closed
3 tasks done
theelderbeever opened this issue Oct 27, 2021 · 4 comments
Closed
3 tasks done
Labels
kind/bug Something isn't working as expected

Comments

@theelderbeever
Copy link

  • I am on the latest Poetry version.
  • I have searched the issues of this repo and believe that this is not a duplicate.
  • If an exception occurs when executing a command, I executed it again in debug mode (-vvv option).
  • OS version and name: MacOS Big Sur 11.6
  • Poetry version: 1.1.11
  • Link of a Gist with the contents of your pyproject.toml file:
[tool.poetry]
authors = ["Taylor J Beever <me@me>"]
description = ""
name = "app"
version = "0.1.0"

[tool.poetry.dependencies]
python = ">=3.8.1,<3.9"

[tool.poetry.dev-dependencies]

[build-system]
build-backend = "poetry.core.masonry.api"
requires = ["poetry-core>=1.0.0"]

Issue

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.

@theelderbeever theelderbeever added kind/bug Something isn't working as expected status/triage This issue needs to be triaged labels Oct 27, 2021
@rachmadaniHaryono
Copy link

could possibly duplicate of #4701

@mkniewallner
Copy link
Member

Are you still experiencing issues? This seems to be a similar issue as #4701 and #4688 that should have been fixed.

@mkniewallner mkniewallner added status/waiting-on-response Waiting on response from author and removed status/triage This issue needs to be triaged labels Jun 11, 2022
@theelderbeever
Copy link
Author

I haven't been but I also haven't tried recently. We went a different route on that project. As far as I am concerned I have issues.

@mkniewallner mkniewallner removed the status/waiting-on-response Waiting on response from author label Jun 11, 2022
Copy link

github-actions bot commented Mar 2, 2024

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind/bug Something isn't working as expected
Projects
None yet
Development

No branches or pull requests

3 participants