8000 version number incompatible with PEP 440 · Issue #193 · ethereum/pyethereum · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on May 23, 2023. It is now read-only.
This repository was archived by the owner on May 23, 2023. It is now read-only.
version number incompatible with PEP 440 #193
@sveneh

Description

@sveneh

When I do a fresh build with buildout, I get warning about the version. The warning is not critical, just cosmetic.

the warning is generated by setuptools-10.2. Build is done here in docker.

 RUN cd pyethereum && curl https://bootstrap.pypa.io/bootstrap-buildout.py | python
 ---> Running in b35db5de9573
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  6501  100  6501    0     0  18631      0 --:--:-- --:--:-- --:--:-- 18681
Downloading https://pypi.python.org/packages/source/s/setuptools/setuptools-10.2.zip
Extracting in /tmp/tmpQnH4ue
Now working in /tmp/tmpQnH4ue/setuptools-10.2
Building a Setuptools egg in /tmp/tmpJynlZV
/tmp/tmpJynlZV/setuptools-10.2-py2.7.egg
Creating directory '/pyethereum/bin'.
Creating directory '/pyethereum/parts'.
Creating directory '/pyethereum/eggs'.
Creating directory '/pyethereum/develop-eggs'.
Generated script '/pyethereum/bin/buildout'.
 ---> 6f14d09512a9
Removing intermediate container b35db5de9573
Step 3 : RUN cd pyethereum && bin/buildout
 ---> Running in ca7d93e6deed
Develop: '/pyethereum/.'
/pyethereum/eggs/setuptools-10.2-py2.7.egg/setuptools/dist.py:293: UserWarning: The version specified ('23c7d1e') is an invalid version, this may not work as expected with newer versions of setuptools, pip, and PyPI. Please see PEP 440 for more details.

TL;DR: version ('23c7d1e') is not a valid python version, according to https://www.python.org/dev/peps/pep-0440/

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0