[SciPy-User] Building Scipy -Build from source on windows

Ralf Gommers ralf.gommers at gmail.com
Fri Sep 20 06:35:48 EDT 2019


On Fri, Sep 20, 2019 at 12:22 PM Harishkumar TR <harishkumar.tr at oracle.com>
wrote:

> Hi Team,
>
>
>
> I am having issue in building the SciPy from source . Please see the
> attached log for more details.
>
>
>
> I am building scipy from source on windows.x64 platform. I read the doc
> from here
> https://docs.scipy.org/doc/scipy/reference/building/windows.html#building-the-released-scipy
>
>
>
>
>
> Command used: python setup.py bdist_wheel
>
>
>
> ERROR
>
>
>
> c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe:
> build\temp.win-amd64-3.7\scipy\integrate\quadpack\dqc25f.o: in function
> `dqc25f_':
>
> c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe:
> C:\Users\aime\Desktop\bachint\python_3.7.4_packages\scipy\1.3.1\scipy-1.3.1/scipy/integrate/quadpack/dqc25f.f:235:
> undefined reference to `dgtsv_'
> collect2.exe: error: ld returned 1 exit status
>
>
>
> My Fortune compiler is in place and lapack is in place.
>
>
>
>
>
>
>
> Can it be possible to help to fix this issue? Or if any build notes you
> can provide is a great help.
>
>
>
> In simple steps how to build sciupy??
>

On Windows it's pretty difficult, simple steps as in that doc may not work
for everyone. You may be happier using Docker:
http://scipy.github.io/devdocs/dev/contributor/quickstart_docker.html

That said, if you want to make the Windows build we can try to help. The
above error can have multiple causes, so please put your whole build log in
a gist and provide us with a link to it.

Cheers,
Ralf
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scipy-user/attachments/20190920/14c6c143/attachment.html>


More information about the SciPy-User mailing list