You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.
When I try to install bcolz, either using pip or from source, I get one of the following errors:
error: command 'gcc' failed with exit status 1 error: command 'xcrun' failed with exit status 1
Often this is caused by not having Xcode or Xcode select installed, but I have both installed and have no issues with other packages. Does anyone have an idea how to fix this?
The text was updated successfully, but these errors were encountered:
Yes I've tried that, but no luck. I even reinstalled python and tried different versions of python, but nothing (except installing 1.2.0) seems to work.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When I try to install bcolz, either using pip or from source, I get one of the following errors:
error: command 'gcc' failed with exit status 1
error: command 'xcrun' failed with exit status 1
Often this is caused by not having Xcode or Xcode select installed, but I have both installed and have no issues with other packages. Does anyone have an idea how to fix this?
The text was updated successfully, but these errors were encountered: