I have problems...#4
Open
brunofisico wants to merge 163 commits into
Open
Conversation
aux/ catalogs/ inout/ spectra/ statistics/ timeseries/
New documentation
…tion" by "from scipy.interpolate import RegularGridInterpolator as InterpolatingFunction".
repository converted from python 2 to python 3 using python tool: 2to3
Fix config
'source activate' is deprecated and it's now 'conda activate/deactivate'
…ository Fixed GCPD error, updated outdated mpl commands
Bugfix, syn flux was multiplied by 2 when it should not have been, perhaps from an earlier trial
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
When I try install until the part 'python config.py compile' somethings happens. The message error is:
(ivs_repo) bruno@Aldebaran:~/my_softwares/ivs$ python config.py compile gfortran
Fri, 27 Apr 2018 06:32 root INFO Compiling PYROTIN4: f2py --fcompiler=gfortran -c spectra/pyrotin4.f -m pyrotin4
Continue? [Y/n]
error: Command "gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/tmp/tmpZ3QwJY/src.linux-x86_64-2.7 -I/home/bruno/anaconda3/envs/ivs_repo/lib/python2.7/site-packages/numpy/core/include -I/home/bruno/anaconda3/envs/ivs_repo/include/python2.7 -c /tmp/tmpZ3QwJY/src.linux-x86_64-2.7/fortranobject.c -o /tmp/tmpZ3QwJY/tmp/tmpZ3QwJY/src.linux-x86_64-2.7/fortranobject.o -MMD -MF /tmp/tmpZ3QwJY/tmp/tmpZ3QwJY/src.linux-x86_64-2.7/fortranobject.o.d" failed with exit status 1
Traceback (most recent call last):
File "config.py", line 110, in
p = subprocess.check_output(cmd,shell=True)#,stdout=devnull)
File "/home/bruno/anaconda3/envs/ivs_repo/lib/python2.7/subprocess.py", line 219, in check_output
raise CalledProcessError(retcode, cmd, output=output)
subprocess.CalledProcessError: Command 'f2py --fcompiler=gfortran -c spectra/pyrotin4.f -m pyrotin4' returned non-zero exit status 1
Anybody help me?