Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.60 KB | None | 0 0
  1. ERROR: Complete output from command /Users/edwardnaftaly/testa1/bin/python -u -c 'import setuptools, tokenize;__file__='"'"'/private/var/folders/8g/kctpxnyj6tv2msksrnkfkhz40000gp/T/pip-install-k7y8vr8k/mysqlclient/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'rn'"'"', '"'"'n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /private/var/folders/8g/kctpxnyj6tv2msksrnkfkhz40000gp/T/pip-record-127mgnt8/install-record.txt --single-version-externally-managed --compile --install-headers /Users/edwardnaftaly/testa1/include/site/python3.7/mysqlclient:
  2. ERROR: running install
  3. running build
  4. running build_py
  5. creating build
  6. creating build/lib.macosx-10.13-x86_64-3.7
  7. creating build/lib.macosx-10.13-x86_64-3.7/MySQLdb
  8. copying MySQLdb/__init__.py -> build/lib.macosx-10.13-x86_64-3.7/MySQLdb
  9. copying MySQLdb/_exceptions.py -> build/lib.macosx-10.13-x86_64-3.7/MySQLdb
  10. copying MySQLdb/compat.py -> build/lib.macosx-10.13-x86_64-3.7/MySQLdb
  11. copying MySQLdb/connections.py -> build/lib.macosx-10.13-x86_64-3.7/MySQLdb
  12. copying MySQLdb/converters.py -> build/lib.macosx-10.13-x86_64-3.7/MySQLdb
  13. copying MySQLdb/cursors.py -> build/lib.macosx-10.13-x86_64-3.7/MySQLdb
  14. copying MySQLdb/release.py -> build/lib.macosx-10.13-x86_64-3.7/MySQLdb
  15. copying MySQLdb/times.py -> build/lib.macosx-10.13-x86_64-3.7/MySQLdb
  16. creating build/lib.macosx-10.13-x86_64-3.7/MySQLdb/constants
  17. copying MySQLdb/constants/__init__.py -> build/lib.macosx-10.13-x86_64-3.7/MySQLdb/constants
  18. copying MySQLdb/constants/CLIENT.py -> build/lib.macosx-10.13-x86_64-3.7/MySQLdb/constants
  19. copying MySQLdb/constants/CR.py -> build/lib.macosx-10.13-x86_64-3.7/MySQLdb/constants
  20. copying MySQLdb/constants/ER.py -> build/lib.macosx-10.13-x86_64-3.7/MySQLdb/constants
  21. copying MySQLdb/constants/FIELD_TYPE.py -> build/lib.macosx-10.13-x86_64-3.7/MySQLdb/constants
  22. copying MySQLdb/constants/FLAG.py -> build/lib.macosx-10.13-x86_64-3.7/MySQLdb/constants
  23. running build_ext
  24. building 'MySQLdb._mysql' extension
  25. creating build/temp.macosx-10.13-x86_64-3.7
  26. creating build/temp.macosx-10.13-x86_64-3.7/MySQLdb
  27. clang -DNDEBUG -g -fwrapv -O3 -Wall -Qunused-arguments -Qunused-arguments -Dversion_info=(1,4,2,'post',1) -D__version__=1.4.2.post1 -I/usr/local/mysql/include -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/Users/edwardnaftaly/testa1/include -I/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/include/python3.7m -c MySQLdb/_mysql.c -o build/temp.macosx-10.13-x86_64-3.7/MySQLdb/_mysql.o
  28. xcrun: error: invalid active developer path (/Applications/Xcode.app/Contents/Developer), missing xcrun at: /Applications/Xcode.app/Contents/Developer/usr/bin/xcrun
  29. error: command 'clang' failed with exit status 1
  30. ----------------------------------------
  31. ERROR: Command "/Users/edwardnaftaly/testa1/bin/python -u -c 'import setuptools, tokenize;__file__='"'"'/private/var/folders/8g/kctpxnyj6tv2msksrnkfkhz40000gp/T/pip-install-k7y8vr8k/mysqlclient/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'rn'"'"', '"'"'n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /private/var/folders/8g/kctpxnyj6tv2msksrnkfkhz40000gp/T/pip-record-127mgnt8/install-record.txt --single-version-externally-managed --compile --install-headers /Users/edwardnaftaly/testa1/include/site/python3.7/mysqlclient" failed with error code 1 in /private/var/folders/8g/kctpxnyj6tv2msksrnkfkhz40000gp/T/pip-install-k7y8vr8k/mysqlclient/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement