Skip to content
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

Broken dependencies [acalib==0.1.3] #82

Open
capgadsx opened this issue Dec 27, 2017 · 0 comments
Open

Broken dependencies [acalib==0.1.3] #82

capgadsx opened this issue Dec 27, 2017 · 0 comments
Assignees

Comments

@capgadsx
Copy link
Member

Installing with:

conda create -n acalib python=3
source activate acalib
git clone git@github.com:ChileanVirtualObservatory/acalib.git
cd acalib/
pip install -e .

Then:

(acalib) cponce@asus:~/acalib$ python
Python 3.6.4 |Anaconda, Inc.| (default, Dec 21 2017, 21:42:08) 
[GCC 7.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import acalib
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/cponce/acalib/acalib/__init__.py", line 3, in <module>
    from .algorithms import *
  File "/home/cponce/acalib/acalib/algorithms/__init__.py", line 1, in <module>
    from .fellWalker import FellWalker
  File "/home/cponce/acalib/acalib/algorithms/fellWalker.py", line 3, in <module>
    import pycupid
  File "/home/cponce/.anaconda/envs/acalib/lib/python3.6/site-packages/pycupid/__init__.py", line 2, in <module>
    from .pycupid import gaussclumps, reinhold, clumpfind, fellwalker
ImportError: libgfortran.so.3: cannot open shared object file: No such file or directory
>>> acalib.__version__
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
NameError: name 'acalib' is not defined
>>>

It says that we need libgfortran.so.3 but is not documented anywhere.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants