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 <alex.gay...@gmail.com> Date: Friday, October 6, 2017 at 5:32 AM To: David Callahan <dcalla...@fb.com> Cc: PyPy Dev <pypy-dev@python.org> Subject: Re: [pypy-dev] dist.py:261: UserWarning: Unknown distribution option: 'cffi_modules' 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, David Callahan <dcalla...@fb.com<mailto:dcalla...@fb.com>> wrote: Has anyone experience building the package cryptography-1.9 using PyPy and setup.py? In the build phase I encounter this diagnostic …/python/pypy.5.8/…/lib-python/3/distutils/dist.py:261: UserWarning: Unknown distribution option: 'cffi_modules' but the stage seems to complete without error. Is this expected or suspicious? Thanks david _______________________________________________ pypy-dev mailing list pypy-dev@python.org<mailto:pypy-dev@python.org> https://mail.python.org/mailman/listinfo/pypy-dev<https://urldefense.proofpoint.com/v2/url?u=https-3A__mail.python.org_mailman_listinfo_pypy-2Ddev&d=DwMFaQ&c=5VD0RTtNlTh3ycd41b3MUw&r=lFyiPUrFdOHdaobP7i4hoA&m=oo1Jpga3g9Fccku9xz1YL4Uv7trtmVo-RXZKSwMAD8Y&s=_RJGpd7LBMEZ5PhaIeoEfyJobIQY9xJ5SXUnx97I6Xs&e=> -- "I disapprove of what you say, but I will defend to the death your right to say it." -- Evelyn Beatrice Hall (summarizing Voltaire) "The people's good is the highest law." -- Cicero GPG Key fingerprint: D1B3 ADC0 E023 8CA6
_______________________________________________ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev