Skip to main content

xicommon

Troubleshooting

Segmentation Faults during pytest (Python 3.14 free-threading)

If you encounter segmentation faults when running pytest in a Python 3.14 free-threading environment, it is likely caused by C-extensions (like pyteomics.cmass or pyyaml) compiled with an outdated version of Cython.

Fix: Ensure Cython is at least version 3.3.0 before installing dependencies.

  1. Upgrade Cython: pip install "cython>=3.3.0"
  2. Reinstall affected packages (e.g., pyteomics) to trigger a rebuild against the new Cython version.

Compilation Error: unknown type name '__pyx_vectorcallfunc'

When running pytest after upgrading Cython, if pyximport fails with a compilation error regarding __pyx_vectorcallfunc in dynamically generated .c files, the .pyxbld cache contains stale C files generated by the old Cython version.

Fix: Clear the pyximport build cache to force regeneration of the C files: rm -rf ~/.pyxbld

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

xicommon-1.0.9.tar.gz (74.6 MB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

xicommon-1.0.9-cp312-cp312-win_amd64.whl (3.0 MB view details)

Uploaded CPython 3.12Windows x86-64

xicommon-1.0.9-cp312-cp312-win32.whl (2.8 MB view details)

Uploaded CPython 3.12Windows x86

xicommon-1.0.9-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (8.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

xicommon-1.0.9-cp312-cp312-macosx_11_0_arm64.whl (3.2 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

xicommon-1.0.9-cp312-cp312-macosx_10_13_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

xicommon-1.0.9-cp311-cp311-win_amd64.whl (3.0 MB view details)

Uploaded CPython 3.11Windows x86-64

xicommon-1.0.9-cp311-cp311-win32.whl (2.8 MB view details)

Uploaded CPython 3.11Windows x86

xicommon-1.0.9-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (8.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

xicommon-1.0.9-cp311-cp311-macosx_11_0_arm64.whl (3.1 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

xicommon-1.0.9-cp311-cp311-macosx_10_9_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

xicommon-1.0.9-cp310-cp310-win_amd64.whl (3.0 MB view details)

Uploaded CPython 3.10Windows x86-64

xicommon-1.0.9-cp310-cp310-win32.whl (2.8 MB view details)

Uploaded CPython 3.10Windows x86

xicommon-1.0.9-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (8.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

xicommon-1.0.9-cp310-cp310-macosx_11_0_arm64.whl (3.2 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

xicommon-1.0.9-cp310-cp310-macosx_10_9_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

File details

Details for the file xicommon-1.0.9.tar.gz.

File metadata

  • Download URL: xicommon-1.0.9.tar.gz
  • Upload date:
  • Size: 74.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for xicommon-1.0.9.tar.gz
Algorithm Hash digest
SHA256 97565fa21c5ef5d4bb7b94b2597d811b461eeb40b2661d00ccd29ec75481fdc8
MD5 2b910631094070577e5e0017dd1525be
BLAKE2b-256 658a8bfcd2cfc5c52423bd5b53bc4c86ea4b07ef3e33201b86c723be6d9d5650

See more details on using hashes here.

Provenance

The following attestation bundles were made for xicommon-1.0.9.tar.gz:

Publisher: publish.yml on Rappsilber-Laboratory/xicommon

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file xicommon-1.0.9-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: xicommon-1.0.9-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 3.0 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for xicommon-1.0.9-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 66ca51e65f76ef1e4f24653f5ccb7613ed12caafc42e35bcbc5bdddecc175dcb
MD5 e33af2c89066748e88caa3d8e3eed3bc
BLAKE2b-256 2a6c1982cc5c40a8210811a8f1e481e2ed00bb7c3a328c58190181c87a895d5d

See more details on using hashes here.

Provenance

The following attestation bundles were made for xicommon-1.0.9-cp312-cp312-win_amd64.whl:

Publisher: publish.yml on Rappsilber-Laboratory/xicommon

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file xicommon-1.0.9-cp312-cp312-win32.whl.

File metadata

  • Download URL: xicommon-1.0.9-cp312-cp312-win32.whl
  • Upload date:
  • Size: 2.8 MB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for xicommon-1.0.9-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 ee5737ef9b44cac745cf1ebe9fe0f29513fd6c52e0812da17d7617bf548c59eb
MD5 eb3816a6bb8e52f1ecef6f878b3832f3
BLAKE2b-256 023fb07435921d009760b5a5b7d93e66041645b9eeb589dd5a9a4daa45ec90d7

See more details on using hashes here.

Provenance

The following attestation bundles were made for xicommon-1.0.9-cp312-cp312-win32.whl:

Publisher: publish.yml on Rappsilber-Laboratory/xicommon

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file xicommon-1.0.9-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for xicommon-1.0.9-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 927d72e43897536e83e89b41e76c6fe459f566055a1c64364bb71a0af53b49cb
MD5 728eb5a7d04254e26e23d2fc666baf41
BLAKE2b-256 bb794679ed543ade04fe2e6250c0c93004f07a729882e80aa8a49394624df9a5

See more details on using hashes here.

Provenance

The following attestation bundles were made for xicommon-1.0.9-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish.yml on Rappsilber-Laboratory/xicommon

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file xicommon-1.0.9-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for xicommon-1.0.9-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dcca07e7c17e257035d9fc31ddb77839844fa9c5b16834a32e513031c1a0da57
MD5 e7da375c98b8281e1c7d3f0ca460661f
BLAKE2b-256 79b72d05c922f0193307860184da1d1b7f3793ce50860dc185693e518572eab3

See more details on using hashes here.

Provenance

The following attestation bundles were made for xicommon-1.0.9-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: publish.yml on Rappsilber-Laboratory/xicommon

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file xicommon-1.0.9-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for xicommon-1.0.9-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 ef1197bf31f0647056eab400b1f897f671a5586977233078ea8cb0f950d97b2b
MD5 cb3476840acbdb3328019d2f09968f8e
BLAKE2b-256 e2426fc6d0a40530d212f00ca7032f86e5bdd0439e75ed9ff972b7a2f415cac6

See more details on using hashes here.

Provenance

The following attestation bundles were made for xicommon-1.0.9-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: publish.yml on Rappsilber-Laboratory/xicommon

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file xicommon-1.0.9-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: xicommon-1.0.9-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 3.0 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for xicommon-1.0.9-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 b4098d3c7dd1da8a390cc53e6bec14ec123ecd55c425424c65358b57e3f9afa0
MD5 37f7e7e01100003ee46dfbd1e06ef39d
BLAKE2b-256 628082caab74fb8c64662e41b90ae40f22ed4855de5d13dd0082381c48386b57

See more details on using hashes here.

Provenance

The following attestation bundles were made for xicommon-1.0.9-cp311-cp311-win_amd64.whl:

Publisher: publish.yml on Rappsilber-Laboratory/xicommon

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file xicommon-1.0.9-cp311-cp311-win32.whl.

File metadata

  • Download URL: xicommon-1.0.9-cp311-cp311-win32.whl
  • Upload date:
  • Size: 2.8 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for xicommon-1.0.9-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 a78360f90ababd30c4c55703fd080b50975db75d5f024859f129202dd5169f0f
MD5 1734a00abe22bf0854c43478d43bcce3
BLAKE2b-256 ecd39a2725303a4c30639a000c446b51b10af375166965fae424a509b19a70b3

See more details on using hashes here.

Provenance

The following attestation bundles were made for xicommon-1.0.9-cp311-cp311-win32.whl:

Publisher: publish.yml on Rappsilber-Laboratory/xicommon

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file xicommon-1.0.9-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for xicommon-1.0.9-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f1bda63d145fe16b58e881528c844adbb02aea8eb2710633be864f336b1562fc
MD5 ab75e543cacd79d91b30ed0753481411
BLAKE2b-256 25c4d162e9cc73fc530bdf4b9739ef0e879c2941499d97bc84587832e5002c2e

See more details on using hashes here.

Provenance

The following attestation bundles were made for xicommon-1.0.9-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish.yml on Rappsilber-Laboratory/xicommon

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file xicommon-1.0.9-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for xicommon-1.0.9-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a1b94617f96e5e5afcbbf36e1a58c1c2df7ca467e6fda27af1056f6ce5382d69
MD5 7e70148f5aded07052af7964053644ed
BLAKE2b-256 81dbf4ede493796d509e54fc7b75438c7ff5bc62bbfa2f387cb643d3c0abd0d5

See more details on using hashes here.

Provenance

The following attestation bundles were made for xicommon-1.0.9-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: publish.yml on Rappsilber-Laboratory/xicommon

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file xicommon-1.0.9-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for xicommon-1.0.9-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b7e3b03d0b5b64d4dd72d4a24cb64d3ace65d42d7846ee023213026a32f23eab
MD5 b738f6dd48419005bf0651f6eba428b0
BLAKE2b-256 3d71f7b6aaecc45f82d6fc893c2eb0f15afee576b4572412a3c33a66cf1ab9bd

See more details on using hashes here.

Provenance

The following attestation bundles were made for xicommon-1.0.9-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: publish.yml on Rappsilber-Laboratory/xicommon

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file xicommon-1.0.9-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: xicommon-1.0.9-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 3.0 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for xicommon-1.0.9-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 9e6960b22c3761fc8ee6b8e223e668c15228fcdff54f81161e78a982cd3d2d80
MD5 c780b29b4e00d887b49d3d290f8f61ca
BLAKE2b-256 9dedc41ede7c923ab725190a1ce342f2274039a15d8647b590dc06dcbe89a720

See more details on using hashes here.

Provenance

The following attestation bundles were made for xicommon-1.0.9-cp310-cp310-win_amd64.whl:

Publisher: publish.yml on Rappsilber-Laboratory/xicommon

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file xicommon-1.0.9-cp310-cp310-win32.whl.

File metadata

  • Download URL: xicommon-1.0.9-cp310-cp310-win32.whl
  • Upload date:
  • Size: 2.8 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for xicommon-1.0.9-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 fa3cf387b94d53d2ed3684f4eda4694ad1dd7deb358023420b6c9d53bbd71a9b
MD5 e164daab2ee653b299cf28bcf69281ad
BLAKE2b-256 6861d431a5ea73ed7026fd279b2aa5036c6ed5bc77f5a93061d275008439ef55

See more details on using hashes here.

Provenance

The following attestation bundles were made for xicommon-1.0.9-cp310-cp310-win32.whl:

Publisher: publish.yml on Rappsilber-Laboratory/xicommon

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file xicommon-1.0.9-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for xicommon-1.0.9-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 152fa9aa3a0594229880677b572813a428fe9fb13454c4ddfe9484132b3cdcb2
MD5 1dc3ae6a6da3730b1df10c8f58ef599c
BLAKE2b-256 8f693bdd7bee74cfe547a79709564083bf71bd107ca34d2ff0a7ade4b5a48e2a

See more details on using hashes here.

Provenance

The following attestation bundles were made for xicommon-1.0.9-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish.yml on Rappsilber-Laboratory/xicommon

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file xicommon-1.0.9-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for xicommon-1.0.9-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e06e6278812f9e1187097695c2fbff4d8d2cab416b8f5836335dbc64a90b23ce
MD5 8ee8a90363ff1aa5df8428318d653d88
BLAKE2b-256 222dc8c08508c11a4fe4fbeeea341f8a9164faaefb479d523ac82e2e1a9f14b5

See more details on using hashes here.

Provenance

The following attestation bundles were made for xicommon-1.0.9-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: publish.yml on Rappsilber-Laboratory/xicommon

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file xicommon-1.0.9-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for xicommon-1.0.9-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1ad128172a7d66e29a206335c5312f27597e49f35200ed98f4c6b7c9d1270c02
MD5 d7b52dee957938a785a5e53172ae56cd
BLAKE2b-256 d36caf06e7ecd4f9ad3d0a15a80358e1221c35528efaa0cf8c5e913678170047

See more details on using hashes here.

Provenance

The following attestation bundles were made for xicommon-1.0.9-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: publish.yml on Rappsilber-Laboratory/xicommon

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

This release

1.0.9 This release

16 files

1.0.8

13 files

1.0.7

13 files

1.0.6

13 files

1.0.4

13 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page