voxpupuli / puppet-python

Puppet module for installing and managing Python, pip, virtualenvs and Gunicorn virtual hosts.
https://forge.puppetlabs.com/puppet/python
Apache License 2.0
199 stars 371 forks source link

pip --no-binary :all: flag causes poetry failure #539

Open nambrosch opened 4 years ago

nambrosch commented 4 years ago

I believe https://github.com/python-poetry/poetry/issues/760 is preventing me from installing apache-airflow

https://github.com/voxpupuli/puppet-python/blob/4347e915d7f5ca45c3e614e80dc5ed3bcfa59b66/manifests/virtualenv.pp#L152

What do you think about a flag to enable/disable the use of --no-binary :all:

adfel70 commented 3 years ago

We are facing similar issue. Is there a reason --no-binary :all: could not be disabled?