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

Problems with scons.py #8

Closed
DanielAndreasen opened this issue Dec 3, 2014 · 1 comment
Closed

Problems with scons.py #8

DanielAndreasen opened this issue Dec 3, 2014 · 1 comment

Comments

@DanielAndreasen
Copy link

Hi João,

It seems that I can't run the scons.py file prorperly. What is the expected output? I get the following

$ python scons/scons.py
scons: Reading SConscript files ...
Compiling MultiNest without MPI
Found f2py version 2 at /usr/local/bin/f2py

scons: *** Export of non-existent variable ''mpif90_exec''
File "/home/daniel/GIT/OPEN/SConstruct", line 31, in <module>

I get a bunch of errors when I then try to run open.py

$ python open.py
pyqtgraph will not be installed
Traceback (most recent call last):
  File "open.py", line 25, in <module>
    from OPEN.ipshell import EmbedShell, cfg
  File "/home/daniel/GIT/OPEN/OPEN/ipshell.py", line 38, in <module>
    from .commandsOPEN import EmbeddedMagics
  File "/home/daniel/GIT/OPEN/OPEN/commandsOPEN.py", line 25, in <module>
    from .classes import rvSeries
  File "/home/daniel/GIT/OPEN/OPEN/classes.py", line 35, in <module>
    from ext.get_rvN_MultiSite import get_rvn as get_rvn_ms
ImportError: No module named get_rvN_MultiSite

Maybe the problem lies in pyqtgraph?

Cheers,
Daniel

j-faria added a commit that referenced this issue Dec 3, 2014
@j-faria
Copy link
Owner

j-faria commented Dec 3, 2014

Commit dbb6422 seems to fix this issue and commit 3d0b359 fixes the resulting error when compiling without MPI. This does raise issue #9 though...
Thanks, @DanielAndreasen

@j-faria j-faria closed this as completed Dec 3, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants