-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
Closed
Labels
BuildLibrary building on various platformsLibrary building on various platformsNeeds InfoClarification about behavior needed to assess issueClarification about behavior needed to assess issue
Description
I get error on Apple ARM with command poetry add pandas.
Switching terminal to Rosetta https://stackoverflow.com/a/65612610 and other answers do not work.
Using version ^2.0.3 for pandas
Updating dependencies
Resolving dependencies... (0.5s)
Package operations: 1 install, 0 updates, 0 removals
• Installing pandas (2.0.3): Failed
RuntimeError
Hash for pandas (2.0.3) from archive pandas-2.0.3-cp310-cp310-macosx_11_0_arm64.whl not found in known hashes (was: sha256:c5a43245e90381e5127a7740c7e9067078f83189f0ec770461c40e7513e494f7)
at ~/Library/Application Support/pypoetry/venv/lib/python3.10/site-packages/poetry/installation/executor.py:818 in _validate_archive_hash
814│ archive_hash: str = "sha256:" + get_file_hash(archive)
815│ known_hashes = {f["hash"] for f in package.files if f["file"] == archive.name}
816│
817│ if archive_hash not in known_hashes:
→ 818│ raise RuntimeError(
819│ f"Hash for {package} from archive {archive.name} not found in"
820│ f" known hashes (was: {archive_hash})"
821│ )
822│
Poetry (version 1.5.1)
Python 3.10.5
Metadata
Metadata
Assignees
Labels
BuildLibrary building on various platformsLibrary building on various platformsNeeds InfoClarification about behavior needed to assess issueClarification about behavior needed to assess issue