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

JOSS Review: Installation #3

Open
kujaku11 opened this issue Aug 11, 2024 · 2 comments
Open

JOSS Review: Installation #3

kujaku11 opened this issue Aug 11, 2024 · 2 comments
Assignees

Comments

@kujaku11
Copy link

Using pip install pide on Python 3.9 produces an error when trying install pycifrw

note: This error originates from a subprocess, and is likely not a problem with pip.
    ERROR: Failed building wheel for pycifrw
    Successfully built santex diffpy.structure
    Failed to build pycifrw
    ERROR: Could not build wheels for pycifrw, which is required to install pyproject.toml-based projects

Had to conda install pycifrw -c conda-forge

@sinanozaydin
Copy link
Owner

Hello @kujaku11,

I cannot recreate this error, or able to found any dependency for 'pycifrw' in any of the packages.

@sinanozaydin
Copy link
Owner

We have been able to recreate this issue and resolved it by fixing the dependency of orix as optional in pip (requires pycifrw) in SanTex library (a library we also author). This issue only seems to be happening at Windows computers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants