-
-
Notifications
You must be signed in to change notification settings - Fork 229
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
Can't build pymc #182
Comments
First, can you confirm that you are intending to build PyMC2 and not PyMC3? We recommend users build/install PyMC3 unless there is a good reason not to. It looks like your Fortran and C compilers are not compatible with one another. I would avoid Visual Studio and use gcc and gfortran. |
I'm trying to build PyMC2, and trying to build it with |
What about installing gfortran from conda? |
Can I install gfortran using conda on win10? I try to google it but can't find how. |
You should be able to get Windows binaries from gnu.org |
Hi, I tried mingw-w64 which has gfortran in it. It can't build pymc either. I have installed Ubuntu 16 on my computer, and I tried to build it. The process failed again. I tried to use conda to install pymc on Ubuntu, and It passed the |
Before trying to build pymc, I installed pymc using anaconda. However, it can't pass
pymc.test()
.Then I tried to build pymc using
pip install pymc
, but it failed.I have installed gfortran and VS2015.
flib.o : error LNK2019: 无法解析的外部符号 __powidf2,该符号在函数 cauchy_grad_b_ 中被引用 gibbsit.o : error LNK2001: 无法解析的外部符号 __powidf2 flib.o : error LNK2019: 无法解析的外部符号 _gfortran_st_write,该符号在函数 matmult_ 中被引用 gibbsit.o : error LNK2001: 无法解析的外部符号 _gfortran_st_write flib.o : error LNK2019: 无法解析的外部符号 _gfortran_transfer_character_write,该符号在函数 matmult_ 中被引用 gibbsit.o : error LNK2001: 无法解析的外部符号 _gfortran_transfer_character_write flib.o : error LNK2019: 无法解析的外部符号 _gfortran_st_write_done,该符号在函数 matmult_ 中被引用 gibbsit.o : error LNK2001: 无法解析的外部符号 _gfortran_st_write_done gibbsit.o : error LNK2019: 无法解析的外部符号 __main,该符号在函数 main 中被引用 gibbsit.o : error LNK2019: 无法解析的外部符号 _gfortran_st_read,该符号在函数 vecinput_ 中被引用 gibbsit.o : error LNK2019: 无法解析的外部符号 _gfortran_transfer_character,该符号在函数 vecinput_ 中被引用 gibbsit.o : error LNK2019: 无法解析的外部符号 _gfortran_st_read_done,该符号在函数 vecinput_ 中被引用 gibbsit.o : error LNK2019: 无法解析的外部符号 _gfortran_transfer_integer_write,该符号在函数 vecinput_ 中被引用 gibbsit.o : error LNK2019: 无法解析的外部符号 _gfortran_transfer_real,该符号在函数 vecinput_ 中被引用 gibbsit.o : error LNK2019: 无法解析的外部符号 _gfortran_string_index,该符号在函数 oneparse_ 中被引用 gibbsit.o : error LNK2019: 无法解析的外部符号 _gfortran_iargc,该符号在函数 MAIN__ 中被引用 gibbsit.o : error LNK2019: 无法解析的外部符号 _gfortran_getarg_i4,该符号在函数 MAIN__ 中被引用 gibbsit.o : error LNK2019: 无法解析的外部符号 _gfortran_st_open,该符号在函数 MAIN__ 中被引用 gibbsit.o : error LNK2019: 无法解析的外部符号 _gfortran_transfer_real_write,该符号在函数 MAIN__ 中被引用 gibbsit.o : error LNK2019: 无法解析的外部符号 _gfortran_stop_string,该符号在函数 MAIN__ 中被引用 gibbsit.o : error LNK2019: 无法解析的外部符号 _gfortran_set_args,该符号在函数 main 中被引用 gibbsit.o : error LNK2019: 无法解析的外部符号 _gfortran_set_options,该符号在函数 main 中被引用 build\lib.win-amd64-2.7\pymc\flib.pyd : fatal error LNK1120: 18 个无法解析的外部命令
The text was updated successfully, but these errors were encountered: