-
Notifications
You must be signed in to change notification settings - Fork 192
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
Document need to install libffi-dev (and libssl-dev) #746
Comments
Confirmed, also to avoid insecurity warnings |
Apparently, at this moment in time there is also a problem when doing pip install of AiiDA using anaconda.
as e.g. suggested here: ContinuumIO/anaconda-issues#686 |
@asle85 since the anaconda error popped up on your machine, could you please try whether giovanni's suggestion fixes it? |
starting from fresh Ubuntu-16.04 (ubuntu-desktop installed), following installation instructions
So I guess Ubuntu-16.04 is not affected (?) |
On my laptop (OS Ubuntu 16.04) python was already installed through Anaconda, and I got the error |
Ok, it seems giovanni forgot to add the |
@asle85 thanks!
|
Fixed in PR #832 |
It looks like new versions of paramiko depend on cffi, that in turn requires libffi-dev (and maybe also libssl-dev).
If this is the case, we should document this (E. Bosoni reported this by installing with
pip install -e aiida_core[atomic_tools,docs]
)The text was updated successfully, but these errors were encountered: