Guest User

Untitled

a guest
Jul 15th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.30 KB | None | 0 0
  1. Collecting flask_mysqldb
  2. Requirement already satisfied: Flask>=0.10 in /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages (from flask_mysqldb) (1.0.2)
  3. Collecting mysqlclient (from flask_mysqldb)
  4. Using cached https://files.pythonhosted.org/packages/ec/fd/83329b9d3e14f7344d1cb31f128e6dbba70c5975c9e57896815dbb1988ad/mysqlclient-1.3.13.tar.gz
  5. Requirement already satisfied: itsdangerous>=0.24 in /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages (from Flask>=0.10->flask_mysqldb) (0.24)
  6. Requirement already satisfied: Jinja2>=2.10 in /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages (from Flask>=0.10->flask_mysqldb) (2.10)
  7. Requirement already satisfied: Werkzeug>=0.14 in /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages (from Flask>=0.10->flask_mysqldb) (0.14.1)
  8. Requirement already satisfied: click>=5.1 in /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages (from Flask>=0.10->flask_mysqldb) (6.7)
  9. Requirement already satisfied: MarkupSafe>=0.23 in /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages (from Jinja2>=2.10->Flask>=0.10->flask_mysqldb) (1.0)
  10. Building wheels for collected packages: mysqlclient
  11. Running setup.py bdist_wheel for mysqlclient ... error
  12. Complete output from command /Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python -u -c "import setuptools, tokenize;__file__='/private/var/folders/k0/j8c755m50dndbzkv7fdtj5hh0000gn/T/pip-install-lffPsc/mysqlclient/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('rn', 'n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /private/var/folders/k0/j8c755m50dndbzkv7fdtj5hh0000gn/T/pip-wheel-XdyDLe --python-tag cp27:
  13. /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'long_description_content_type'
  14. warnings.warn(msg)
  15. running bdist_wheel
  16. running build
  17. running build_py
  18. creating build
  19. creating build/lib.macosx-10.6-intel-2.7
  20. copying _mysql_exceptions.py -> build/lib.macosx-10.6-intel-2.7
  21. creating build/lib.macosx-10.6-intel-2.7/MySQLdb
  22. copying MySQLdb/__init__.py -> build/lib.macosx-10.6-intel-2.7/MySQLdb
  23. copying MySQLdb/compat.py -> build/lib.macosx-10.6-intel-2.7/MySQLdb
  24. copying MySQLdb/connections.py -> build/lib.macosx-10.6-intel-2.7/MySQLdb
  25. copying MySQLdb/converters.py -> build/lib.macosx-10.6-intel-2.7/MySQLdb
  26. copying MySQLdb/cursors.py -> build/lib.macosx-10.6-intel-2.7/MySQLdb
  27. copying MySQLdb/release.py -> build/lib.macosx-10.6-intel-2.7/MySQLdb
  28. copying MySQLdb/times.py -> build/lib.macosx-10.6-intel-2.7/MySQLdb
  29. creating build/lib.macosx-10.6-intel-2.7/MySQLdb/constants
  30. copying MySQLdb/constants/__init__.py -> build/lib.macosx-10.6-intel-2.7/MySQLdb/constants
  31. copying MySQLdb/constants/CLIENT.py -> build/lib.macosx-10.6-intel-2.7/MySQLdb/constants
  32. copying MySQLdb/constants/CR.py -> build/lib.macosx-10.6-intel-2.7/MySQLdb/constants
  33. copying MySQLdb/constants/ER.py -> build/lib.macosx-10.6-intel-2.7/MySQLdb/constants
  34. copying MySQLdb/constants/FIELD_TYPE.py -> build/lib.macosx-10.6-intel-2.7/MySQLdb/constants
  35. copying MySQLdb/constants/FLAG.py -> build/lib.macosx-10.6-intel-2.7/MySQLdb/constants
  36. copying MySQLdb/constants/REFRESH.py -> build/lib.macosx-10.6-intel-2.7/MySQLdb/constants
  37. running build_ext
  38. building '_mysql' extension
  39. creating build/temp.macosx-10.6-intel-2.7
  40. /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -arch i386 -arch x86_64 -g -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Dversion_info=(1,3,13,'final',0) -D__version__=1.3.13 -I/usr/local/Cellar/mysql/8.0.11/include/mysql -I/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _mysql.c -o build/temp.macosx-10.6-intel-2.7/_mysql.o
  41. /usr/bin/clang -bundle -undefined dynamic_lookup -arch i386 -arch x86_64 -g build/temp.macosx-10.6-intel-2.7/_mysql.o -L/usr/local/Cellar/mysql/8.0.11/lib -lmysqlclient -lssl -lcrypto -o build/lib.macosx-10.6-intel-2.7/_mysql.so
  42. ld: library not found for -lssl
  43. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  44. error: command '/usr/bin/clang' failed with exit status 1
  45.  
  46. ----------------------------------------
  47. Failed building wheel for mysqlclient
  48. Running setup.py clean for mysqlclient
  49. Failed to build mysqlclient
  50. matplotlib 1.3.1 requires nose, which is not installed.
  51. matplotlib 1.3.1 requires tornado, which is not installed.
  52. Installing collected packages: mysqlclient, flask-mysqldb
  53. Running setup.py install for mysqlclient ... error
  54. Complete output from command /Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python -u -c "import setuptools, tokenize;__file__='/private/var/folders/k0/j8c755m50dndbzkv7fdtj5hh0000gn/T/pip-install-lffPsc/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/k0/j8c755m50dndbzkv7fdtj5hh0000gn/T/pip-record-fvSl2V/install-record.txt --single-version-externally-managed --compile:
  55. /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'long_description_content_type'
  56. warnings.warn(msg)
  57. running install
  58. running build
  59. running build_py
  60. creating build
  61. creating build/lib.macosx-10.6-intel-2.7
  62. copying _mysql_exceptions.py -> build/lib.macosx-10.6-intel-2.7
  63. creating build/lib.macosx-10.6-intel-2.7/MySQLdb
  64. copying MySQLdb/__init__.py -> build/lib.macosx-10.6-intel-2.7/MySQLdb
  65. copying MySQLdb/compat.py -> build/lib.macosx-10.6-intel-2.7/MySQLdb
  66. copying MySQLdb/connections.py -> build/lib.macosx-10.6-intel-2.7/MySQLdb
  67. copying MySQLdb/converters.py -> build/lib.macosx-10.6-intel-2.7/MySQLdb
  68. copying MySQLdb/cursors.py -> build/lib.macosx-10.6-intel-2.7/MySQLdb
  69. copying MySQLdb/release.py -> build/lib.macosx-10.6-intel-2.7/MySQLdb
  70. copying MySQLdb/times.py -> build/lib.macosx-10.6-intel-2.7/MySQLdb
  71. creating build/lib.macosx-10.6-intel-2.7/MySQLdb/constants
  72. copying MySQLdb/constants/__init__.py -> build/lib.macosx-10.6-intel-2.7/MySQLdb/constants
  73. copying MySQLdb/constants/CLIENT.py -> build/lib.macosx-10.6-intel-2.7/MySQLdb/constants
  74. copying MySQLdb/constants/CR.py -> build/lib.macosx-10.6-intel-2.7/MySQLdb/constants
  75. copying MySQLdb/constants/ER.py -> build/lib.macosx-10.6-intel-2.7/MySQLdb/constants
  76. copying MySQLdb/constants/FIELD_TYPE.py -> build/lib.macosx-10.6-intel-2.7/MySQLdb/constants
  77. copying MySQLdb/constants/FLAG.py -> build/lib.macosx-10.6-intel-2.7/MySQLdb/constants
  78. copying MySQLdb/constants/REFRESH.py -> build/lib.macosx-10.6-intel-2.7/MySQLdb/constants
  79. running build_ext
  80. building '_mysql' extension
  81. creating build/temp.macosx-10.6-intel-2.7
  82. /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -arch i386 -arch x86_64 -g -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Dversion_info=(1,3,13,'final',0) -D__version__=1.3.13 -I/usr/local/Cellar/mysql/8.0.11/include/mysql -I/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _mysql.c -o build/temp.macosx-10.6-intel-2.7/_mysql.o
  83. /usr/bin/clang -bundle -undefined dynamic_lookup -arch i386 -arch x86_64 -g build/temp.macosx-10.6-intel-2.7/_mysql.o -L/usr/local/Cellar/mysql/8.0.11/lib -lmysqlclient -lssl -lcrypto -o build/lib.macosx-10.6-intel-2.7/_mysql.so
  84. ld: library not found for -lssl
  85. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  86. error: command '/usr/bin/clang' failed with exit status 1
  87.  
  88. ----------------------------------------
  89. Command "/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python -u -c "import setuptools, tokenize;__file__='/private/var/folders/k0/j8c755m50dndbzkv7fdtj5hh0000gn/T/pip-install-lffPsc/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/k0/j8c755m50dndbzkv7fdtj5hh0000gn/T/pip-record-fvSl2V/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /private/var/folders/k0/j8c755m50dndbzkv7fdtj5hh0000gn/T/pip-install-lffPsc/mysqlclient/
Add Comment
Please, Sign In to add comment