-
Notifications
You must be signed in to change notification settings - Fork 830
Cant build example #300
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
Comments
The problem is that you're using the documentation for master, while building on stable (0.5.2). stable docs |
Thank you for your help!
This seems to be related to this issue. |
Update: It seems to be working with version Thank you anyway for your great work here :) |
Met the same issue. I made it work with git clone the master and add |
I'm sorry for the inconvenience; The problem is that the documentation references 0.3 in the 0.5 documentation. This has been fixed in master (#293), but we can't just make a new release since we've already merged some breaking changes for 0.6. @shawn-xy Please don't do that. Cargo has sufficient support for git dependencies and for overriding dependencies, which will avoid accidentally forking pyo3. |
I have a problem with the following example .
I copied the source code in my lib.rs
And set my cargo.toml file to:
When I do :
I get the following error regarding the pymodule argument:
My setup:
Any ideas what could be the issue? Thanks
The text was updated successfully, but these errors were encountered: