-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make PyHawkes installable on Windows #8
Comments
There are number of prerequisites/requirements before you run this. I do not know whether Anaconda does give you all. Do check that once. |
Thanks for raising this issue. Unfortunately I haven't done any testing on Windows. One of the first issues will be handling the GSL dependency. I'm going to work on cleaning up the installation process by making the dependence on GSL and OpenMP optional, but that will take some time. I've opened a new issue to track this: #10 |
Hi @Caijiawen, I've updated the PyHawkes installation procedure so that at least the default, single-threaded version should run on Windows. It does, however, still rely on Cython, so that may pose some problems. Can you please give |
Hi @slinderman , I had to specify the use of VisualC++14 installer instead of GCC on windows, but everything went fine when running the following from terminal, for both
Thanks for your great work on that package! |
Hi @slinderman I am unable to pyhawkes package on my Jupyter notebook on windows. |
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?
The text was updated successfully, but these errors were encountered: