Advertisement
lamiastella

ValueError: embedded null character

Jun 12th, 2017
715
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. C:\ProgramData\Anaconda3\python.exe C:/Users/mona6/.PyCharm2017.1/config/scratches/scratch.py
  2. Traceback (most recent call last):
  3. File "C:/Users/mona6/.PyCharm2017.1/config/scratches/scratch.py", line 4, in <module>
  4. img_array = np.load("E:\datasets\hand\multi-user-egocentric\subject1\abdadd\000000_depth.npy")
  5. File "C:\ProgramData\Anaconda3\lib\site-packages\numpy\lib\npyio.py", line 362, in load
  6. fid = open(file, "rb")
  7. ValueError: embedded null character
  8.  
  9. Process finished with exit code 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement