-
Notifications
You must be signed in to change notification settings - Fork 128
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
cif2cell breaking conda-forge recipe #163
Comments
When I remove cif2cell I get this error. Obviously, Jarvis now requires cif2cell. |
With cif2cell I get this error. cif2cell is very old in conda-forge. Here is one of the issues:
|
@wd15 I have removed cif2cell hard-dependency now. |
Great. That merges now so new release should be available soon. |
I installed with If I do
Could it be that the version isn't ordering properly. Maybe can you try using a version number of Edit: Sorry, I'm going crazy, it is correctly ordered. Ignore that. Edit again: I need to figure out why it's not giving me the latest version by default. |
Yea, in pypi, it seems to work fine: https://pypi.org/project/jarvis-tools/#history |
I've seen this with other packages as well when there's an issue with dependencies and precedence. For example, installing sfepy used to change the environment from Python 3 to 2. A few stackoverflow links 1, 2. I'm not sure what to do. I suggest changing the install instructions to say do
but that's gruesome. Maybe just say use Conda is such a pain with the way it resolves packages. |
What happens when you install jarvis-tools. do you get the latest version or same as me? |
So, I created a new conda environment and ran |
Probably hasn't propogated to conda-forge yet. Let's try again next week
…On Fri, Apr 30, 2021, 10:46 AM Kamal Choudhary ***@***.***> wrote:
Actually I dont see the 2021.4.28 version on the conda search:
[image: image]
<https://user-images.githubusercontent.com/16902896/116711861-41945100-a9a1-11eb-95d0-ade98595c79e.png>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#163 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAPFCHF4AHFU76CI7O3XTD3TLK7E5ANCNFSM43S63NQA>
.
|
cif2cell is not updated on conda-forge (it's only available for Python 2.7). It is up to date on pip at version 2.0.0a3. However, it's also not possible to pip install to build a conda-forge recipe.
Possible options to fix this are:
The text was updated successfully, but these errors were encountered: