gfortran compiler missing for the scikits.bvp_solver

43 views
Skip to first unread message

qiu zhanlong

unread,
Jun 10, 2015, 9:49:08 AM6/10/15
to scikits-b...@googlegroups.com
Hi,

my version for the Enthought Canopy python is 2.7.6, 64-bit. I am trying to install the scikits.bvp_solver on a windows 8.1 device by following the tutorial.

I have the easy_install ready, and downloaded the MinGW with gfortran(here), I tried both versions gcc-5.1.0-64.exe, and gcc-5.1.0-32.exe one by one

Then I proceeded to the second step, namely compiling from source using python setup.py config --compiler=mingw32 build --compiler=mingw32 install, the error message from cmd is

NotImplementedError: Only MS compliler supported with gfortran on win 64

the system path I specify is C:\Rtools\gcc\bin.  any instructions are appreciated.


John Salvatier

unread,
Jun 10, 2015, 1:49:52 PM6/10/15
to scikits-bvp solver

--

---
You received this message because you are subscribed to the Google Groups "scikits.bvp_solver" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scikits-bvp_sol...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

qiu zhanlong

unread,
Jun 11, 2015, 7:05:08 PM6/11/15
to scikits-b...@googlegroups.com
Hi, thanks very much.
The error code I received is almost exactly the same as the first link you sent to me. However, I do not understand how do they resolve this issue in the post, can you explain some more details?
thanks again
To unsubscribe from this group and stop receiving emails from it, send an email to scikits-bvp_solver+unsub...@googlegroups.com.

John Salvatier

unread,
Jun 11, 2015, 8:10:16 PM6/11/15
to scikits-bvp solver
I think it's pretty clear: 

In their NumPy installation, in the file numpy\distutils\fcompiler\gnu.py

They remove the line:
else:
    pass #raise NotImplementedError("Only MS compiler supported with gfortran on win64")

To unsubscribe from this group and stop receiving emails from it, send an email to scikits-bvp_sol...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--

---
You received this message because you are subscribed to the Google Groups "scikits.bvp_solver" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scikits-bvp_sol...@googlegroups.com.

qiu zhanlong

unread,
Jun 11, 2015, 11:42:04 PM6/11/15
to scikits-b...@googlegroups.com
thank you so much. I am all set
Reply all
Reply to author
Forward
0 new messages