-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Labels
area/solverRelated to the dependency resolverRelated to the dependency resolverkind/bugSomething isn't working as expectedSomething isn't working as expected
Description
- I am on the latest Poetry version.
- I have searched the issues of this repo and believe that this is not a duplicate.
- If an exception occurs when executing a command, I executed it again in debug mode (
-vvv
option).
- OS version and name: archlinux
- Poetry version: 1.1.4
- Python version: 3.7.7
Issue
I am trying to install a pre-release verion of https://github.com/elastic/enterprise-search-python
Their recommended installation method is
python -m pip install --pre elastic-enterprise-search
which works fine.
When trying to install it with poetry using
poetry add --allow-prereleases elastic-enterprise-search
I am getting an old version: 0.2.1 (the same as the one without the--allow-prereleases
switch.
Am I doing something wrong? Or is it that this package is configured incorrectly?
fraghag, KotlinIsland, DetachHead, dlo and dzhurinskij
Metadata
Metadata
Assignees
Labels
area/solverRelated to the dependency resolverRelated to the dependency resolverkind/bugSomething isn't working as expectedSomething isn't working as expected