Closed lgwjames closed 4 years ago
Ig maybe try sudo? How are u installing instabot
already tried sudo installing as per guide as well as manually
sudo pip install -U instabot this works but says on a old
You are using pip version 9.0.1, however version 19.3.1 is available. You should consider upgrading via the 'pip install --upgrade pip' command.
then when i run
Quad-Core$ sudo git clone https://github.com/instagrambot/instabot --recursive
dyld: Symbol not found: _OBJCIVAR$_NSFont._fFlags Referenced from: /Applications/Xcode.app/Contents/Frameworks/IDEFoundation.framework/Versions/A/../../../../SharedFrameworks/DVTKit.framework/Versions/A/DVTKit Expected in: /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit in /Applications/Xcode.app/Contents/Frameworks/IDEFoundation.framework/Versions/A/../../../../SharedFrameworks/DVTKit.framework/Versions/A/DVTKit git: error: unable to locate xcodebuild, please make sure the path to the Xcode folder is set correctly! git: error: You can set the path to the Xcode folder using /usr/bin/xcode-select -switch
So do pip install --upgrade pip
sudo pip install --upgrade pip
Traceback (most recent call last):
File "/usr/local/bin/pip", line 11, in
unable to locate xcodebuild, please make sure the path to the Xcode folder is set correctly
So you have to run:
xcode-select --install
still getting ERROR: Could not install packages due to an EnvironmentError: [Errno 30] Read-only file system: '/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pytz/zoneinfo/Indian/Mauritius'
It's a read only try moving it to another hdd or reinstall python
Please follow the guide below
x
into all the boxes [ ] relevant to your issue (like so [x]).Before submitting an issue, make sure you have:
Purpose of your issue?
The following sections requests more details for particular types of issues, you can remove any section (the contents between the triple ---) not applicable to your issue.
For a bug report, you must include the Python version used, code that will reproduce the error, and the error log/traceback.
Paste the output of
python -V
here:Python 2.7.16
Code:
Error/Debug Log:
Describe your issue
looking to reuse the code and get this when installing
Collecting funcsigs>=1; python_version < "3.3" Downloading https://files.pythonhosted.org/packages/69/cb/f5be453359271714c01b9bd06126eaf2e368f1fddfff30818754b5ac2328/funcsigs-1.0.2-py2.py3-none-any.whl Installing collected packages: pytz, requests, six, pysocks, funcsigs, mock, cookies, responses, instabot Found existing installation: pytz 2013.7 Uninstalling pytz-2013.7: ERROR: Could not install packages due to an EnvironmentError: [Errno 30] Read-only file system: '/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pytz/zoneinfo/Indian/Mauritius'