You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here's an example with conflicting versions of packaging and setuptools:
setuptools = 75.6.0
packaging = 21.3
If changing the versions in the environment is not a desirable option, here's a quick solution, that controls the versions in the isolated build environment. Vina was using the same trick (?), although this is not a fully tomlized setup.
First, place pyproject.toml in the downloaded repository directory Meeko and let the content be:
To reproduce the issue reported by @xavgit in #295 (comment)
Here's an example with conflicting versions of packaging and setuptools:
If changing the versions in the environment is not a desirable option, here's a quick solution, that controls the versions in the isolated build environment. Vina was using the same trick (?), although this is not a fully tomlized setup.
First, place
pyproject.toml
in the downloaded repository directoryMeeko
and let the content be:Then, run
pip install .
orpip install -e .
as needed.The text was updated successfully, but these errors were encountered: