-
Notifications
You must be signed in to change notification settings - Fork 30
Build fails with error: could not create 'build': File exists #20
Comments
I have the same issue. Did you figure out a solution for this? |
Yeah, I did actually. This is because of a case-insensitive file system and the BUILD file. You have to rename the BUILD file and adjust the references to it in setup.py |
Thanks @itssimon .. ^^ |
Is anyone still seeing this? I can't seem to reproduce it with a case-insensitive APFS volume. The latest changes may have happened to fix it, or changes from setuptools between when this issue was filed and today. |
Installing via In order to close this issue I propose publishing a new version to PyPI. |
Great! Agreed, I'll close this out once a new version is published. That's a WIP because we need to transfer ownership. |
Latest version is up: https://pypi.org/project/python-pachyderm/1.8.5.post1/ |
OS: macOS High Sierra
Python 3.6.4 (Anaconda)
Trying to build from source:
Trying to install via pip:
The text was updated successfully, but these errors were encountered: