-
Notifications
You must be signed in to change notification settings - Fork 220
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
ERROR: Could not build wheels for vina, which is required to install pyproject.toml-based projects #329
Comments
Hi @Super-dong94 |
Hi @Super-dong94 |
设备名称 Dell G15 |
In fact, I tried two computers and could not install it successfully. |
Hi @Super-dong94 Two things I'm eager to know: (1) (2) Please let us know what you think! |
Thank you for your reply. v = Vina(sf_name='vina') v.set_receptor('1iep_receptor.pdbqt') v.set_ligand_from_file('1iep_ligand.pdbqt') |
In fact, except for scientists who specialize in molecular docking or bioinformatics who use Linux systems, most people in the pharmaceutical and medical fields use Windows systems. Because it is simpler and easier to operate. Because we will only use it according to the tutorial and cannot modify its own code. Because our computer skills are limited. |
Hi @Super-dong94 |
Hey @Super-dong94 Please try |
Hi @Super-dong94 The first part installs conda and vina (and some other optional) packages. The second part executes the python example from the documentation. Hope it helps! |
Thank you so much for your contribution to the scientific community, thank you. |
pip install problem. Added to Maintenance Release for review. |
Collecting vina
Using cached vina-1.2.5.tar.gz (89 kB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Requirement already satisfied: numpy>=1.18 in /usr/local/lib/python3.10/dist-packages (from vina) (1.25.2)
Building wheels for collected packages: vina
error: subprocess-exited-with-error
× Building wheel for vina (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.
Building wheel for vina (pyproject.toml) ... error
ERROR: Failed building wheel for vina
Failed to build vina
ERROR: Could not build wheels for vina, which is required to install pyproject.toml-based projects
The text was updated successfully, but these errors were encountered: