Issue
Hi! This is my first time attempting to use poetry. I created a new empty project with this command:
Then, from within the example directory, I attempt to add the jupyter package:
$ poetry add jupyter
Using version ^1.0 for jupyter
Updating dependencies
Resolving dependencies... (4.0s)
[AttributeError]
EmptyConstraint instance has no attribute 'min'
add [-D|--dev] [--git GIT] [--path PATH] [-E|--extras EXTRAS] [--optional] [--python PYTHON] [--platform PLATFORM] [--allow-prereleases] [--dry-run] [--] <name> (<name>)...
Verbose output is contained within the gist linked above. I am able to add other packages without apparent error. Happy to provide additional info.
-vvvoption).Issue
Hi! This is my first time attempting to use poetry. I created a new empty project with this command:
Then, from within the
exampledirectory, I attempt to add thejupyterpackage:Verbose output is contained within the gist linked above. I am able to add other packages without apparent error. Happy to provide additional info.