Skip to content

Instantly share code, notes, and snippets.

@canavandl
Created October 27, 2015 17:29
Show Gist options
  • Save canavandl/686e7b153af2fafa33ce to your computer and use it in GitHub Desktop.
Save canavandl/686e7b153af2fafa33ce to your computer and use it in GitHub Desktop.
(bokeh-dev)➜ bokehjs git:(master) ✗ gulp
[12:29:08] Using gulpfile ~/dev/bokeh/bokehjs/gulpfile.js
[12:29:08] Starting 'default'...
[12:29:08] Building BokehJS for developer mode ...
[12:29:08] Starting 'build'...
[12:29:08] Starting 'scripts'...
[12:29:08] Starting 'scripts:build'...
[12:29:09] Starting 'styles'...
[12:29:09] Starting 'styles:build'...
[12:29:17] Finished 'styles:build' after 8.4 s
[12:29:17] Starting 'styles:minify'...
[12:29:17] Finished 'styles:minify' after 267 ms
[12:29:17] Finished 'styles' after 8.67 s
[12:29:18] Finished 'scripts:build' after 9.31 s
[12:29:18] Starting 'scripts:minify'...
[12:29:34] Finished 'scripts:minify' after 17 s
[12:29:34] Finished 'scripts' after 26 s
[12:29:34] Finished 'build' after 26 s
[12:29:34] Starting 'install'...
[12:29:34] Finished 'install' after 5.53 ms
[12:29:34] Starting 'watch'...
[12:29:35] Finished 'watch' after 123 ms
[12:29:35] Finished 'default' after 26 s
[12:29:35] setup.py: DONE!
[12:29:35] setup.py: Traceback (most recent call last):
[12:29:35] setup.py: File "../setup.py", line 87, in <module>
[12:29:35] setup.py: copy("LICENSE.txt", "bokeh/")
[12:29:35] setup.py: File "/Users/lcanavan/anaconda3/envs/bokeh-dev/lib/python3.4/shutil.py", line 229, in copy
[12:29:35] setup.py: copyfile(src, dst, follow_symlinks=follow_symlinks)
[12:29:35] setup.py: File "/Users/lcanavan/anaconda3/envs/bokeh-dev/lib/python3.4/shutil.py", line 108, in copyfile
[12:29:35] setup.py: with open(src, 'rb') as fsrc:
[12:29:35] setup.py: FileNotFoundError: [Errno 2] No such file or directory: 'LICENSE.txt'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment