You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Rajeev here) I have installed the repo as per recommended on ivs github page. It seems I can import some modules, but
when I am trying to import the freqanalyse module from ivs.timeseries, i can't seem to be able because pyscargle.so isn't in the 'ivs/timeseries/' folder.
So what i try is i go to the ivs/timeseries folder and run the following 'f2py --fcompiler=gfortran -c pyscargle.f -m pyscargle', this creates a .so binary file: pyscargle.cpython-38-darwin.so. But that doesn't solve the problem either and I still can't import freqanalyse. Do you know any other way that I could create the pyscargle.so binary file and not the pyscargle.cpython-38-darwin.so? Or any solution to the issue will be great! Thanks a lot.
The text was updated successfully, but these errors were encountered:
Hi Karan,
(Rajeev here) I have installed the repo as per recommended on ivs github page. It seems I can import some modules, but
when I am trying to import the freqanalyse module from ivs.timeseries, i can't seem to be able because pyscargle.so isn't in the 'ivs/timeseries/' folder.
So what i try is i go to the ivs/timeseries folder and run the following 'f2py --fcompiler=gfortran -c pyscargle.f -m pyscargle', this creates a .so binary file: pyscargle.cpython-38-darwin.so. But that doesn't solve the problem either and I still can't import freqanalyse. Do you know any other way that I could create the pyscargle.so binary file and not the pyscargle.cpython-38-darwin.so? Or any solution to the issue will be great! Thanks a lot.
The text was updated successfully, but these errors were encountered: