-
Notifications
You must be signed in to change notification settings - Fork 1
aiida-sssp and aiida-core have confliction on the requirement for click package. #3
Comments
Hi @hongyi-zhao , I am aware of this. This package is brand new and is still under development. For that reason it also doesn't have a release on PyPI yet. What I am building here will depend on |
@sphuber Strange, when I use the following steps to build conda-based AiiDA environment, the click version==7.1.1. I let cona's SAT resolver to automatically find the dependencies. See the following for detail:
|
This is because the change was added in this PR which has not been released yet. So the version you are installing |
Another strange problem, see my following description: Based on the above constructed AiiDA environment, I run the this example given here I've prepared all of the relative tools/plugins. But when I run this example, I meet the following error:
OTOH, I can run this example within the Quantum Mobile successfully. Any hints for this? Regards |
This seems to be rather a problem with the
but should read
I have opened an issue on |
This similar code also exists in aiida-vasp, see here. This is correct or not? Regards |
That shouldn't have the same problem, because they define that function themselves in the same file. They don't depend on the function that ships with |
@sphuber This issue can be closed, right? |
I was waiting for |
Hi,
See the following:
aiida-core 1.1.1 has requirement click==7.0
aiida-sssp 0.1.0 has requirement click~=7.1
So the two packages are incompatible. But if I change the version config in setup.json of aiida-core for this package to the following:
click~=7.1
This problem will disappear, but I still not so clear whether this this intentional revision will compromise the functions.
Regards
The text was updated successfully, but these errors were encountered: