On Wed, Feb 10, 2021 at 10:37:16PM +0100, Bram Moolenaar wrote: > > The "huge" builds on github are running into this failure: > > Collecting cryptography>=3.2 (from pyopenssl) > 117 > Downloading > https://files.pythonhosted.org/packages/27/5a/007acee0243186123a55423d49cbb5c15cb02d76dd1b6a27659a894b13a2/cryptography-3.4.4.tar.gz > (545kB) > 118 > Complete output from command python setup.py egg_info: > 119 > Traceback (most recent call last): > 120 > File "<string>", line 1, in <module> > 121 > File > "/home/runner/work/_temp/pip-build-ik0xmmv3/cryptography/setup.py", line 14, > in <module> > 122 > from setuptools_rust import RustExtension > 123 > ModuleNotFoundError: No module named 'setuptools_rust' > > > Does someone know how to fix that? > > https://github.com/vim/vim/runs/1874460236?check_suite_focus=true
python-cryptography depends on rust for building itself now. I've sent a pull request to fix this: https://github.com/vim/vim/pull/7823. -- Best regards, lilydjwg -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/YCZQCcaVNjAzN4MW%40lilyforest.localdomain.
