-
-
Notifications
You must be signed in to change notification settings - Fork 138
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
PyDP does not work in the Docker container #366
Comments
I encountered an issue with docker too...
This is the dockerfile:
Thoughts? |
I have a similar error when trying to install in linux (without docker). Probably it would be nice to add instruction to the readme file to show how to install from source.
I would try to run the command from the Dockerfile manually inside the Docker container and check which one has error. e.g. this link is missing
and should be replaced by something like
In my case, I modified the result in _get_python_include function in this file ~/.cache/bazel/_bazel_user/3738acce07ef18f8aca7932bae86e827/external/pybind11_bazel/python_configure.bzl
I also solve the issue by updating the WORKSPACE file to use the recent library:
|
Description
Importing
pydp
fails inside containers running image built fromDockerfile
.How to Reproduce
Build the image and run the container:
Result of
make test
inside the container:You can also run
python
inside the container and try this import:System Information
The text was updated successfully, but these errors were encountered: