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

Conda package build broken #515

Closed
tgorochowik opened this issue Jun 16, 2020 · 4 comments
Closed

Conda package build broken #515

tgorochowik opened this issue Jun 16, 2020 · 4 comments
Assignees

Comments

@tgorochowik
Copy link
Member

Conda package (linux build) started failing after introducing this change: alainmarcel@e63ebbecd#diff-af3b638bc2a3e6c650974192a53c7291R45-R50

The error we get is:

CMake Error at /tmp/really-really-really-really-really-really-really-really-really-really-really-really-really-long-path/conda/conda-bld/surelog_1592301850162/_build_env/share/cmake-3.17/Modules/FindPackageHandleStandardArgs.cmake:164 (message):
3777  Could NOT find Python3 (missing: Python3_EXECUTABLE Interpreter) (found
3778  suitable version "3.7", minimum required is "3.3")
3779Call Stack (most recent call first):
3780  /tmp/really-really-really-really-really-really-really-really-really-really-really-really-really-long-path/conda/conda-bld/surelog_1592301850162/_build_env/share/cmake-3.17/Modules/FindPackageHandleStandardArgs.cmake:445 (_FPHSA_FAILURE_MESSAGE)
3781  /tmp/really-really-really-really-really-really-really-really-really-really-really-really-really-long-path/conda/conda-bld/surelog_1592301850162/_build_env/share/cmake-3.17/Modules/FindPython/Support.cmake:2398 (find_package_handle_standard_args)
3782  /tmp/really-really-really-really-really-really-really-really-really-really-really-really-really-long-path/conda/conda-bld/surelog_1592301850162/_build_env/share/cmake-3.17/Modules/FindPython3.cmake:311 (include)
3783  CMakeLists.txt:45 (find_package)

The whole log can be found in the conda-packages CI

@hs-apotell could you please take a look at this?

Ref: SymbiFlow/conda-packages#105
CC: @hzeller

@hs-apotell
Copy link
Collaborator

'python3-dev' is missing in the list of packages called out for installation. Could you include that and report back please.

@alaindargelas
Copy link
Collaborator

@tgorochowik have you tried the suggestion above?

@hzeller
Copy link
Collaborator

hzeller commented Jun 24, 2020

I have various experiments around
SymbiFlow/conda-packages#106 (fudging the Python issue, still missing a library)
SymbiFlow/conda-packages#111 (attempt to proper fix Python issue, but guessing how the conda environment works makes it hard)

Long story short, someone better knowing Conda should do this proper :)

@tgorochowik
Copy link
Member Author

Resolved in SymbiFlow/conda-packages#107

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

4 participants