Skip to content
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

Compatibility with python 3.6 #22

Open
krish240574 opened this issue Mar 9, 2018 · 1 comment
Open

Compatibility with python 3.6 #22

krish240574 opened this issue Mar 9, 2018 · 1 comment

Comments

@krish240574
Copy link

I'm using Python 3.6.3 :: Anaconda custom (64-bit) - I get the following error, when I try running the examples -
File "demo_quad.py", line 22, in
import bayesopt
ImportError: dynamic module does not define module export function (PyInit_bayesopt)

I have tried re-generating the bayesopt.cpp with cython and rebuilding and installing the entire code base with the new cpp, no luck. I know that this issue cropped up(#10 and #11 ), but I still face the same problem with python 3.6.3,
thanks.
Kumar

@rmcantin
Copy link
Owner

The code is compatible with Python 3.6. It seems that your problem is about loading the library. Try to see if the explanation at "Issues with multiple Python versions:" in the docs helps

https://rmcantin.bitbucket.io/html/install.html#notepython

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants