Groups
Groups
Sign in
Groups
Groups
vim_dev
Conversations
About
Send feedback
Help
Github actions error
52 views
Skip to first unread message
Bram Moolenaar
unread,
Feb 10, 2021, 4:37:22 PM
2/10/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to vim...@googlegroups.com
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
--
Witches prefer brooms: vacuum-cleaners need extension cords!
/// Bram Moolenaar -- Br...@Moolenaar.net --
http://www.Moolenaar.net
\\\
/// sponsor Vim, vote for features --
http://www.Vim.org/sponsor/
\\\
\\\ an exciting new programming language --
http://www.Zimbu.org
///
\\\ help me help AIDS victims --
http://ICCF-Holland.org
///
lilydjwg
unread,
Feb 12, 2021, 4:53:52 AM
2/12/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to vim...@googlegroups.com
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
Reply all
Reply to author
Forward
0 new messages