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

Failed to build installable wheels for some pyproject.toml based projects #106

Open
jianguf opened this issue Nov 22, 2024 · 3 comments
Open
Labels
setup Problem with installation or setting things up

Comments

@jianguf
Copy link

jianguf commented Nov 22, 2024

Here it shows error when pip install --no-deps .

Has anyone encountered this problem? How to solve it?

  *** CMake build failed
  error: subprocess-exited-with-error
  
  × Building wheel for alphafold3 (pyproject.toml) did not run successfully.
  │ exit code: 1
  ╰─> See above for output.
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
  full command: /home/fenghe/anaconda3/envs/af3/bin/python3.11 /home/fenghe/anaconda3/envs/af3/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py build_wheel /tmp/tmph70w4x_d
  cwd: /works/Alphafold3/alphafold3
  Building wheel for alphafold3 (pyproject.toml) ... error
  ERROR: Failed building wheel for alphafold3
Failed to build alphafold3
ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (alphafold3)
@Augustin-Zidek Augustin-Zidek added the setup Problem with installation or setting things up label Nov 22, 2024
@Augustin-Zidek
Copy link
Collaborator

Could you share more details? In particular, what was the CMake error? The error says "See above for output" -- could you share that error?

@wwl5600
Copy link

wwl5600 commented Nov 23, 2024

Could you share more details? In particular, what was the CMake error? The error says "See above for output" -- could you share that error?

I encountered this same problem, and the attachment is my complete output after 'pip install . --no-deps --verbose'. Has anyone ever met this problem and solved it?
error.txt

@alchemistcai
Copy link

@wwl5600 Install zlib1g and zlib1g-dev in ubuntu.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
setup Problem with installation or setting things up
Projects
None yet
Development

No branches or pull requests

4 participants