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

Bug with scons_tools #3

Open
pfernique opened this issue Feb 20, 2019 · 0 comments
Open

Bug with scons_tools #3

pfernique opened this issue Feb 20, 2019 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@pfernique
Copy link
Member

Let consider the following commit StatisKit/LinAlg@0e4c802.
The libstatiskit_stl-wig Conda package has to be in both host and build dependencies in order to build the libstatiskit_linalg-wig Conda recipe in place of just host dependencies.
Otherwise, the following error is raised at build time:

scons: *** [/home/pfernique/Desktop/miniconda/conda-bld/libstatiskit_linalg-wig_1550649714218/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeh/lib/python3.7/site-packages/scons_tools/site_autowig/ASG/statiskit_linalg.pkl] ModuleNotFoundError : No module named 'scons_tools.site_autowig.controller.statiskit_stl'
Traceback (most recent call last):
  File "/home/pfernique/Desktop/miniconda/conda-bld/libstatiskit_linalg-wig_1550649714218/_build_env/lib/python3.7/site-packages/SCons/Action.py", line 1192, in execute
    result = self.execfunction(target=target, source=rsources, env=env)
  File "/home/pfernique/Desktop/miniconda/conda-bld/libstatiskit_linalg-wig_1550649714218/_build_env/lib/python3.7/site-packages/scons_tools/site_tools/pybind11_wig.py", line 114, in pybind11_builder
    **kwargs)
  File "/home/pfernique/Desktop/miniconda/conda-bld/libstatiskit_linalg-wig_1550649714218/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeh/lib/python3.7/site-packages/scons_tools/site_autowig/controller/statiskit_linalg.py", line 2, in controller
    from scons_tools.site_autowig.controller.statiskit_stl import controller as stl_controller
ModuleNotFoundError: No module named 'scons_tools.site_autowig.controller.statiskit_stl'
scons: building terminated because of errors.
@pfernique pfernique added the bug Something isn't working label Feb 20, 2019
@pfernique pfernique self-assigned this Feb 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant