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

"develop" installation broken #173

Open
wcpettus opened this issue Sep 19, 2024 · 0 comments
Open

"develop" installation broken #173

wcpettus opened this issue Sep 19, 2024 · 0 comments

Comments

@wcpettus
Copy link
Contributor

Attempting to pip install editable (/develop) yields broken executables. For dl-serve::

Traceback (most recent call last):
  File "/usr/local/bin/dl-serve", line 10, in <module>
    import dripline
  File "/usr/local/src_py/dripline/__init__.py", line 1, in <module>
    from . import core
  File "/usr/local/src_py/dripline/core/__init__.py", line 4, in <module>
    from _dripline.core import *
ModuleNotFoundError: No module named '_dripline.core'

Reproducible by changing this line to RUN pip install -v -e /usr/local/src_py in Dockerfile:
https://github.com/driplineorg/dripline-python/blob/develop/Dockerfile#L26

Develop installation of the code is very useful for rapidly developing and testing modifications to the dl-py code. Would be great to get this feature fixed - probably it's an issue coming from the pybind11.

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

1 participant