-
Notifications
You must be signed in to change notification settings - Fork 36
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
Poetry based on pyproject.toml installing from hpobench development branch fails due to yahpo-gym subdir #161
Comments
The issue might also go away with the release of python-poetry/poetry/pull/5172 |
Hi, thanks for your feedback! Sure, i will check if we can install
Maybe this already solves the issue? One thing that makes me curious: Since each benchmark is located in a container (that is the main advantage of your package, 😉) the following should already work:
If you could describe me your usecase a little bit more, i might be able to provide better support :-) Cheers, Philipp |
Hi, apologies for the lackluster reproduction instructions; here is another take
I'm aware of the convenient container isolation and this is the use case, so I share your confusion about why poetry is looking for |
With the following
pyproject.toml
in a Python 3.9 environment with Poetry version 1.2.0:the following error occurs:
which I don't get when just using vanilla pip to
This makes me think that poetry might miss the subdirectory specification in the hpobench dependencies and I'm wondering if it might be viable to switch in hpobench to the wheel from pypi.org instead of installing the
yahpo-gym
dependency from source in hpobench.The text was updated successfully, but these errors were encountered: