Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gevent
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gevent
Commits
9b2e1b34
Commit
9b2e1b34
authored
Jun 04, 2018
by
Jason Madden
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document the 'ValueError' message that's raised by ancient setuptools. Ref #1223 #1234.
[skip ci]
parent
b14b1a50
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
5 deletions
+12
-5
doc/install.rst
doc/install.rst
+12
-5
No files found.
doc/install.rst
View file @
9b2e1b34
...
@@ -75,11 +75,12 @@ e.g., for libuv support on Linux), here are some things you need to know.
...
@@ -75,11 +75,12 @@ e.g., for libuv support on Linux), here are some things you need to know.
packages.
packages.
- Installing from source requires ``setuptools``. This is installed
- Installing from source requires ``setuptools``. This is installed
automatically in virtual environments and by buildout. However, gevent uses
automatically in virtual environments and by buildout. However,
:pep:`496` environment markers in ``setup.py``. Consequently, you'll
gevent uses :pep:`496` environment markers in ``setup.py``.
need a version of setuptools newer than 25 (mid 2016) to install
Consequently, you'll need a version of setuptools newer than 25
gevent from source. Older versions of pipenv may also `have issues
(mid 2016) to install gevent from source; a version that's too old
installing gevent for this reason
will produce a ``ValueError``. Older versions of pipenv may also
`have issues installing gevent for this reason
<https://github.com/pypa/pipenv/issues/2113>`_.
<https://github.com/pypa/pipenv/issues/2113>`_.
- To build the libuv backend (which is required on Windows and
- To build the libuv backend (which is required on Windows and
...
@@ -113,6 +114,12 @@ those compiling gevent from source.
...
@@ -113,6 +114,12 @@ those compiling gevent from source.
<http://www.gevent.org/whatsnew_1_1.html#operating-systems-label>`_
<http://www.gevent.org/whatsnew_1_1.html#operating-systems-label>`_
for more information.
for more information.
- If you see ``ValueError: ("Expected ',' or end-of-list in", "cffi >=
1.11.5 ; sys_platform == 'win32' and platform_python_implementation
== 'CPython'", 'at', " ; sys_platform == 'win32' and
platform_python_implementation == 'CPython'")``, the version of
setuptools is too old. Install a more recent version of setuptools.
Extra Dependencies
Extra Dependencies
==================
==================
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment