-
-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
The concept behind simp_le looks great! I'm a big believer in separation-of-privilege.
Attempting the install (pip install -e .) on a dedicated web server gave me a bunch of chatter, including
Downloading idna-2.7-py2.py3-none-any.whl
Downloading acme-1.29.0-py3-none-any.whl
Downloading cryptography-37.0.4.tar.gz
Downloading josepy-1.13.0-py2.py3-none-any.whl
Downloading mock-4.0.3-py3-none-any.whl
Downloading pyOpenSSL-22.0.0-py2.py3-none-any.whl
Downloading pytz-2022.1-py2.py3-none-any.whl
Downloading six-1.16.0-py2.py3-none-any.whl
Downloading requests_toolbelt-0.9.1-py2.py3-none-any.whl
Downloading pyRFC3339-1.1-py2.py3-none-any.whl
Downloading requests-2.28.1-py3-none-any.whl
Using cached cffi-1.15.1-cp39-cp39-linux_armv7l.whl
Using cached pycparser-2.21-py2.py3-none-any.whl
Downloading charset_normalizer-2.1.0-py3-none-any.whl
Downloading urllib3-1.26.10-py2.py3-none-any.whl
Downloading certifi-2022.6.15-py3-none-any.whl
Building wheel for cryptography (pyproject.toml) ... error
error: can't find Rust compiler
This package requires Rust >=1.41.0.
IME this explains issue #149, at least in the abstract.
It also explains why you suggest working in venv or even Docker.
I'm not a Docker person, and venv won't help me with rust.
I won't give up, though. I'm comfortable with (s)chroot on a beefy workstation, and can use the sshfs trick shown in the wiki Examples page to run simp_le there instead of the tiny little non-x86 server. Wish me luck.
Minor point: README.rst mentions an examples directory; looks like that went away in June 2019 with commit d6b8403.
Metadata
Metadata
Assignees
Labels
No labels