estatz / docker_centos7_gr

Docker image layers for building GNU Radio via PyBOMBS on top of a CentOS 7 base layer
0 stars 0 forks source link

Invalid environment marker (ruamel.yaml) #1

Open btgoodwin opened 7 years ago

btgoodwin commented 7 years ago

Hello,

I'm getting the following error:

error: Setup script exited with error in ruamel.yaml setup command: Invalid environment marker: platform_python_implementation=="CPython" and python_version<="2.7"

It's happening at line 12, python setup.py install, and from what I can find is related to incompatible setup tools versions.

estatz commented 7 years ago

Recent pybombs appears to not like the version of setuptools on CentOS 7. I'm currently re-visiting this project to bring it up to date, but installing via pip (instead of setup.py) seems to work.

btgoodwin commented 7 years ago

Alright, thanks. I'll take a look at this when I get back to the office.