when i use
python setup.py build_ext --inplace
to install this package , error happens and the main part is :
writing build\temp.win-amd64-2.7\Release\pyhawkes\internals\continuous_time_helpers.def
c:\Rtools\mingw_32\bin\gcc.exe -DMS_WIN64 -shared -s build\temp.win-amd64-2.7\Release\pyhawkes\internals\continuous_time_helpers.o build\temp.win-amd64-2.7\Release\pyhawkes\internals\continuous_time_helpers.def -LC:\Users\hp\Anaconda2\libs -LC:\Users\hp\Anaconda2\PCbuild\amd64 -LC:\Users\hp\Anaconda2\PC\VS9.0\amd64 -lpython27 -lmsvcr90 -o C:\Users\hp\Desktop\pyhawkes-master\pyhawkes-master\pyhawkes\internals\continuous_time_helpers.pyd -fopenmp
C:\Users\hp\Anaconda2\libs/libpython27.dll.a: error adding symbols: File format not recognized
collect2.exe: error: ld returned 1 exit status
error: command 'c:\Rtools\mingw_32\bin\gcc.exe' failed with exit status 1
how can i solve this problem?
when i use
python setup.py build_ext --inplace
to install this package , error happens and the main part is :
writing build\temp.win-amd64-2.7\Release\pyhawkes\internals\continuous_time_helpers.def
c:\Rtools\mingw_32\bin\gcc.exe -DMS_WIN64 -shared -s build\temp.win-amd64-2.7\Release\pyhawkes\internals\continuous_time_helpers.o build\temp.win-amd64-2.7\Release\pyhawkes\internals\continuous_time_helpers.def -LC:\Users\hp\Anaconda2\libs -LC:\Users\hp\Anaconda2\PCbuild\amd64 -LC:\Users\hp\Anaconda2\PC\VS9.0\amd64 -lpython27 -lmsvcr90 -o C:\Users\hp\Desktop\pyhawkes-master\pyhawkes-master\pyhawkes\internals\continuous_time_helpers.pyd -fopenmp
C:\Users\hp\Anaconda2\libs/libpython27.dll.a: error adding symbols: File format not recognized
collect2.exe: error: ld returned 1 exit status
error: command 'c:\Rtools\mingw_32\bin\gcc.exe' failed with exit status 1
how can i solve this problem?