8000 Feature request: Support versions of spglib above 2.0.2 · Issue #73 · SMTG-Bham/doped · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Feature request: Support versions of spglib above 2.0.2 #73
Closed
@Andrew-S-Rosen

Description

@Andrew-S-Rosen

Right now, I can't install the most recent versions of doped and phonopy due to an incompatibility with spglib:

pip install doped==2.4.2 phonopy==2.33.1
ERROR: Cannot install doped==2.4.2 and phonopy==2.23.1 because these package versions have conflicting dependencies.

The conflict is caused by:
    doped 2.4.2 depends on spglib<=2.0.2
    phonopy 2.23.1 depends on spglib>=2.3

To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip attempt to solve the dependency conflict

So, this issue report is simply a feature request to support newer versions of spglib. I actually got this error when trying to install shakenbreak==3.3.3 and phonopy==2.33.1, which then downgraded doped to such a degree that much of my code was not working anymore.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0