Skip to content
This repository was archived by the owner on May 21, 2024. It is now read-only.

Unable to install python-pachyderm #24

Closed
arinto opened this issue May 30, 2018 · 4 comments
Closed

Unable to install python-pachyderm #24

arinto opened this issue May 30, 2018 · 4 comments

Comments

@arinto
Copy link

arinto commented May 30, 2018

I tried to install python-pachyderm into my Python3 as well as Python2 environment, however I got this error: could not create 'build': File exists. I can reproduce the issue with pip 9.0.1 and 10.0.1.

Here's the error log:

(repro-tut) mbp-tvlk:github arinto$ pip install python-pachyderm
Collecting python-pachyderm
  Using cached https://files.pythonhosted.org/packages/09/11/8e362821d7a752e45753e58ecf700b8f4ca84d740f8aa64a053ddef8b24c/python-pachyderm-1.6.8.post9.tar.gz
Requirement already satisfied: protobuf in /Users/arinto/anaconda3/envs/repro-tut/lib/python3.6/site-packages (from python-pachyderm) (3.5.2.post1)
Requirement already satisfied: grpcio in /Users/arinto/anaconda3/envs/repro-tut/lib/python3.6/site-packages (from python-pachyderm) (1.12.0)
Requirement already satisfied: future>=0.14 in /Users/arinto/anaconda3/envs/repro-tut/lib/python3.6/site-packages (from python-pachyderm) (0.16.0)
Requirement already satisfied: six>=1.9 in /Users/arinto/anaconda3/envs/repro-tut/lib/python3.6/site-packages (from protobuf->python-pachyderm) (1.11.0)
Requirement already satisfied: setuptools in /Users/arinto/anaconda3/envs/repro-tut/lib/python3.6/site-packages (from protobuf->python-pachyderm) (38.4.0)
Building wheels for collected packages: python-pachyderm
  Running setup.py bdist_wheel for python-pachyderm ... error
  Complete output from command /Users/arinto/anaconda3/envs/repro-tut/bin/python -u -c "import setuptools, tokenize;__file__='/private/var/folders/fd/h7tg23rd2p3cx7mnp7j47_gw0000gn/T/pip-install-ik6qb_40/python-pachyderm/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /private/var/folders/fd/h7tg23rd2p3cx7mnp7j47_gw0000gn/T/pip-wheel-peujp6sm --python-tag cp36:
  /Users/arinto/anaconda3/envs/repro-tut/lib/python3.6/site-packages/setuptools/dist.py:355: UserWarning: Normalizing '1.6.8-9' to '1.6.8.post9'
    normalized_version,
  running bdist_wheel
  running build
  running build_py
  creating build
  error: could not create 'build': File exists

  ----------------------------------------
  Failed building wheel for python-pachyderm
  Running setup.py clean for python-pachyderm
Failed to build python-pachyderm
Installing collected packages: python-pachyderm
  Running setup.py install for python-pachyderm ... error
    Complete output from command /Users/arinto/anaconda3/envs/repro-tut/bin/python -u -c "import setuptools, tokenize;__file__='/private/var/folders/fd/h7tg23rd2p3cx7mnp7j47_gw0000gn/T/pip-install-ik6qb_40/python-pachyderm/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /private/var/folders/fd/h7tg23rd2p3cx7mnp7j47_gw0000gn/T/pip-record-_8qp1h1p/install-record.txt --single-version-externally-managed --compile:
    /Users/arinto/anaconda3/envs/repro-tut/lib/python3.6/site-packages/setuptools/dist.py:355: UserWarning: Normalizing '1.6.8-9' to '1.6.8.post9'
      normalized_version,
    running install
    running build
    running build_py
    creating build
    error: could not create 'build': File exists

    ----------------------------------------
Command "/Users/arinto/anaconda3/envs/repro-tut/bin/python -u -c "import setuptools, tokenize;__file__='/private/var/folders/fd/h7tg23rd2p3cx7mnp7j47_gw0000gn/T/pip-install-ik6qb_40/python-pachyderm/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /private/var/folders/fd/h7tg23rd2p3cx7mnp7j47_gw0000gn/T/pip-record-_8qp1h1p/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /private/var/folders/fd/h7tg23rd2p3cx7mnp7j47_gw0000gn/T/pip-install-ik6qb_40/python-pachyderm/
This was referenced Jul 8, 2018
@LeonardAukea
Copy link

I have the same issue

@itssimon
Copy link

itssimon commented Sep 6, 2018

See #20

@ldcastell
Copy link

Same issue here

@ysimonson
Copy link
Contributor

Going to close this out since #20 is already open

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants