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

Poetry 1.4.1: installing xgboost fails #7727

Closed
4 tasks done
ralscha opened this issue Mar 28, 2023 · 2 comments
Closed
4 tasks done

Poetry 1.4.1: installing xgboost fails #7727

ralscha opened this issue Mar 28, 2023 · 2 comments
Labels
area/installer Related to the dependency installer kind/bug Something isn't working as expected status/duplicate Duplicate issues status/external-issue Issue is caused by external project (platform, dep, etc)

Comments

@ralscha
Copy link

ralscha commented Mar 28, 2023

  • Poetry version: 1.4.1
  • Python version: 3.11.1
  • OS version and name: Windows 11 22H2 (22621.1413)
  • pyproject.toml: gist
  • I am on the latest stable Poetry version, installed using a recommended method.
  • I have searched the issues of this repo and believe that this is not a duplicate.
  • I have consulted the FAQ and blog for any relevant entries or release notes.
  • If an exception occurs when executing a command, I executed it again in debug mode (-vvv option) and have included the output below.

Issue

Installation (poetry install) fails with the following error

• Installing xgboost (1.7.4): Failed

  _WheelFileValidationError

  ['In C:\\Users\\use\\AppData\\Local\\pypoetry\\Cache\\artifacts\\22\\a3\\4d\\c286bdc72bd13f47699a5ebe1b4d9c0ec4565215cae93511681d43f34d\\xgboost-1.7.4-py3-none-win_amd64.whl, xgboost-1.7.4+36ad160501251336bfe69b602acc37ab3ec32d69.data/data/xgboost/vcomp140.dll is not mentioned in RECORD']

  at ~\AppData\Roaming\pypoetry\venv\Lib\site-packages\installer\sources.py:289 in validate_record
      285│                         f"In {self._zipfile.filename}, hash / size of {item.filename} didn't match RECORD"
      286│                     )
      287│
      288│         if issues:
    → 289│             raise _WheelFileValidationError(issues)
      290│
      291│     def get_contents(self) -> Iterator[WheelContentElement]:
      292│         """Sequential access to all contents of the wheel (including dist-info files).
      293│

  • Installing prj (0.1.0 C:/ws/home/project/core/shared/prj)
@ralscha ralscha added kind/bug Something isn't working as expected status/triage This issue needs to be triaged labels Mar 28, 2023
@dimbleby
Copy link
Contributor

duplicate #7686, please close

@radoering radoering added area/installer Related to the dependency installer status/duplicate Duplicate issues status/external-issue Issue is caused by external project (platform, dep, etc) and removed status/triage This issue needs to be triaged labels Mar 28, 2023
@radoering radoering closed this as not planned Won't fix, can't repro, duplicate, stale Mar 28, 2023
Copy link

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 Feb 29, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area/installer Related to the dependency installer kind/bug Something isn't working as expected status/duplicate Duplicate issues status/external-issue Issue is caused by external project (platform, dep, etc)
Projects
None yet
Development

No branches or pull requests

3 participants