Skip to content

Cannot run python eyeshadow.py #2

Description

@kirthu30
/usr/local/lib/python2.7/dist-packages/numpy/core/numeric.py:190: VisibleDeprecationWarning: using a non-integer number instead of an integer will result in an error in the future
  a = empty(shape, dtype, order)
eyeshadow.py:127: VisibleDeprecationWarning: non integer (and non boolean) array-likes will not be accepted as indices in the future
  val = color.rgb2lab((im[x,y]/255.).reshape(len(x),1,3)).reshape(len(x),3)
eyeshadow.py:132: VisibleDeprecationWarning: non integer (and non boolean) array-likes will not be accepted as indices in the future
  rgbmean = (im[x,y])
Traceback (most recent call last):
  File "eyeshadow.py", line 145, in <module>
    image_blank *= 0
ValueError: output array is read-only

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions