Re: [pypy-dev] dist.py:261: UserWarning: Unknown distribution option: 'cffi_modules'

2017-10-06 Thread Maciej Fijalkowski
Hi David Maybe pypy 3 does not come with correct distutils/setuptools gimmick to convince everyone cffi is installed? The way you described should generally work with PyPy. I'll have a look tomorrow at the sprint. Cheers, fijal On Fri, Oct 6, 2017 at 4:24 PM, David Callahan wrote: > Thanks Alex

Re: [pypy-dev] dist.py:261: UserWarning: Unknown distribution option: 'cffi_modules'

2017-10-06 Thread David Callahan
Thanks Alex, We are using setuptools 34.2.0, we don’t use pip. In our environment, each package it built from source and installed into a separate directory and a long PYTHONPATH constructed. This works fine for CPython but apparently has some snag with PyPy. From: Alex Gaynor Date: Friday,

Re: [pypy-dev] dist.py:261: UserWarning: Unknown distribution option: 'cffi_modules'

2017-10-06 Thread Alex Gaynor
Hi David, We test cryptography against PyPy in our CI, and I install it semi-regularly, so I'd expect it to work :-) Are you able to reproduce this reliably? If yes, can you include full instructions? If not: what versions of pip and setuptools do you have? Alex On Thu, Oct 5, 2017 at 8:30 PM,