-
Notifications
You must be signed in to change notification settings - Fork 21
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
error installation #32
Comments
I'm having very similar issues:
|
Sorry for the delayed response. With @nvictus's help, we removed the cython dependencies and created a new release. Could you try out 0.9.4 and see if you get the same errors? |
no other version newer than 0.9.4 cannot actually be installed. I am having trouble with some package conflict (openssl, libpng) and installation fails. ( ERROR: Failed building wheel for pybbi) I know from code that decode('utf-8') is not in the code anymore that is why I needed a more recent version This is actually the error from openssl: C_INCLUDE_PATH: /data/processing3/leily/miniconda3/envs/clodius/include/libpng16:/data/processing3/leily/miniconda3/envs/clodius/include/openssl: I really appreciate your help. |
It's more C header dependencies. Are you able to install them with For the future, I can look into distributing binaries of pybbi so this isn't necessary, or we can migrate to pyBigWig, but even that requires libcurl if not using conda. |
thanks. I have already installed both openssl and libpng via conda at the same env but now I will install them with apt-get and see if that makes a difference. |
I am getting this error while trying to install clodius.
sudo pip install clodius
The text was updated successfully, but these errors were encountered: