Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation problem on python 3.7 #80

Open
grzanka opened this issue Jan 14, 2020 · 0 comments
Open

Installation problem on python 3.7 #80

grzanka opened this issue Jan 14, 2020 · 0 comments

Comments

@grzanka
Copy link
Collaborator

grzanka commented Jan 14, 2020

I've tried to install cBinder from a cloned repo on python 3.7 in manylinux1 image sudo docker run --rm -e PLAT=manylinux1_x86_64 -v pwd:/io quay.io/pypa/manylinux1_x86_64 /io/generate_inside_docker.sh

[root@8706c0c82b0a /]# /opt/python/cp37-cp37m/bin/pip install /io/cBinder/
Processing /io/cBinder
Collecting cffi==1.13.0 (from cBinder==1.0)
  Downloading https://files.pythonhosted.org/packages/fa/20/b93b26ad86f48403144823f521aa571a71e61575863a260cca2918ec3881/cffi-1.13.0-cp37-cp37m-manylinux1_x86_64.whl (430kB)
     |████████████████████████████████| 440kB 837kB/s 
Collecting robotpy-cppheaderparser==3.1.2 (from cBinder==1.0)
  Downloading https://files.pythonhosted.org/packages/af/ff/ecb7a6316c69a8c811eba71b5f2c0b73e2565c57df7d73902245740dc63f/robotpy_cppheaderparser-3.1.2-py3-none-any.whl
Collecting wheel==0.33.6 (from cBinder==1.0)
  Using cached https://files.pythonhosted.org/packages/00/83/b4a77d044e78ad1a45610eb88f745be2fd2c6d658f9798a15e384b7d57c9/wheel-0.33.6-py2.py3-none-any.whl
Collecting setuptools==41.6.0 (from cBinder==1.0)
  Downloading https://files.pythonhosted.org/packages/d9/de/554b6310ac87c5b921bc45634b07b11394fe63bc4cb5176f5240addf18ab/setuptools-41.6.0-py2.py3-none-any.whl (582kB)
     |████████████████████████████████| 583kB 1.6MB/s 
Collecting pycparser (from cffi==1.13.0->cBinder==1.0)
  Downloading https://files.pythonhosted.org/packages/68/9e/49196946aee219aead1290e00d1e7fdeab8567783e83e1b9ab5585e6206a/pycparser-2.19.tar.gz (158kB)
     |████████████████████████████████| 163kB 1.7MB/s 
Collecting ply (from robotpy-cppheaderparser==3.1.2->cBinder==1.0)
  Downloading https://files.pythonhosted.org/packages/a3/58/35da89ee790598a0700ea49b2a66594140f44dec458c07e8e3d4979137fc/ply-3.11-py2.py3-none-any.whl (49kB)
     |████████████████████████████████| 51kB 1.7MB/s 
Building wheels for collected packages: cBinder, pycparser
  Building wheel for cBinder (setup.py) ... done
  Stored in directory: /tmp/pip-ephem-wheel-cache-z80u6z7a/wheels/49/e7/53/8fa98c84c74ca8c069e61aedd0f15c900e9284b43169d9fb47
  Building wheel for pycparser (setup.py) ... done
  Stored in directory: /root/.cache/pip/wheels/f2/9a/90/de94f8556265ddc9d9c8b271b0f63e57b26fb1d67a45564511
Successfully built cBinder pycparser
ERROR: auditwheel 2.1.1 has requirement wheel==0.31.1, but you'll have wheel 0.33.6 which is incompatible.
Installing collected packages: pycparser, cffi, ply, robotpy-cppheaderparser, wheel, setuptools, cBinder
  Found existing installation: wheel 0.31.1
    Uninstalling wheel-0.31.1:
      Successfully uninstalled wheel-0.31.1
  Found existing installation: setuptools 42.0.2
    Uninstalling setuptools-42.0.2:
      Successfully uninstalled setuptools-42.0.2
Successfully installed cBinder-1.0 cffi-1.13.0 ply-3.11 pycparser-2.19 robotpy-cppheaderparser-3.1.2 setuptools-41.6.0 wheel-0.33.6
WARNING: You are using pip version 19.1.1, however version 19.3.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant