Advertisement
Guest User

Untitled

a guest
May 28th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.57 KB | None | 0 0
  1. ImportError Traceback (most recent call last)
  2. <ipython-input-1-eff513f636fd> in <module>()
  3. ----> 1 import matplotlib.pyplot as plt
  4.  
  5. /usr/local/var/pyenv/versions/2.7.11/envs/machine_learning/lib/python2.7/site-packages/matplotlib/pyplot.py in <module>()
  6. 27 from cycler import cycler
  7. 28 import matplotlib
  8. ---> 29 import matplotlib.colorbar
  9. 30 from matplotlib import style
  10. 31 from matplotlib import _pylab_helpers, interactive
  11.  
  12. /usr/local/var/pyenv/versions/2.7.11/envs/machine_learning/lib/python2.7/site-packages/matplotlib/colorbar.py in <module>()
  13. 30
  14. 31 import matplotlib as mpl
  15. ---> 32 import matplotlib.artist as martist
  16. 33 import matplotlib.cbook as cbook
  17. 34 import matplotlib.collections as collections
  18.  
  19. /usr/local/var/pyenv/versions/2.7.11/envs/machine_learning/lib/python2.7/site-packages/matplotlib/artist.py in <module>()
  20. 12 from matplotlib.cbook import mplDeprecation
  21. 13 from matplotlib import docstring, rcParams
  22. ---> 14 from .transforms import (Bbox, IdentityTransform, TransformedBbox,
  23. 15 TransformedPath, Transform)
  24. 16 from .path import Path
  25.  
  26. /usr/local/var/pyenv/versions/2.7.11/envs/machine_learning/lib/python2.7/site-packages/matplotlib/transforms.py in <module>()
  27. 37 import numpy as np
  28. 38 from numpy import ma
  29. ---> 39 from matplotlib._path import (affine_transform, count_bboxes_overlapping_bbox,
  30. 40 update_path_extents)
  31. 41 from numpy.linalg import inv
  32.  
  33. ImportError: dlopen(/usr/local/var/pyenv/versions/2.7.11/envs/machine_learning/lib/python2.7/site-packages/matplotlib/_path.so, 2): Symbol not found: _PyUnicodeUCS2_AsASCIIString
  34. Referenced from: /usr/local/var/pyenv/versions/2.7.11/envs/machine_learning/lib/python2.7/site-packages/matplotlib/_path.so
  35. Expected in: flat namespace
  36. in /usr/local/var/pyenv/versions/2.7.11/envs/machine_learning/lib/python2.7/site-packages/matplotlib/_path.so
  37.  
  38. appnope==0.1.0
  39. backports.shutil-get-terminal-size==1.0.0
  40. cffi==1.6.0
  41. cryptography==1.3.2
  42. cycler==0.10.0
  43. decorator==4.0.9
  44. enum34==1.1.6
  45. gnureadline==6.3.3
  46. idna==2.1
  47. inflection==0.3.1
  48. ipaddress==1.0.16
  49. ipython==4.2.0
  50. ipython-genutils==0.1.0
  51. matplotlib==1.5.1
  52. more-itertools==2.2
  53. mpmath==0.19
  54. ndg-httpsclient==0.4.0
  55. nose==1.3.7
  56. numpy==1.11.0
  57. pandas==0.18.1
  58. pathlib2==2.1.0
  59. pexpect==4.0.1
  60. pickleshare==0.7.2
  61. ptyprocess==0.5.1
  62. pyasn1==0.1.9
  63. pycparser==2.14
  64. pyOpenSSL==16.0.0
  65. pyparsing==2.1.4
  66. python-dateutil==2.5.3
  67. pytz==2016.4
  68. Quandl==3.0.0
  69. readline==6.2.4.1
  70. requests==2.10.0
  71. scikit-learn==0.17.1
  72. scipy==0.17.1
  73. simplegeneric==0.8.1
  74. six==1.10.0
  75. sympy==1.0
  76. traitlets==4.2.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement