Code Monkey home page Code Monkey logo

18.337_2017's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

18.337_2017's Issues

Incorrect command for launching notebook on AWS

Following infrastructure_guide.md, I tried this command to launch a notebook but got an error:

julia> ;$(IJulia.notebook_cmd[1]) notebook list
ERROR: syntax: extra token "notebook" after end of expression

IJulia.notebook_cmd[1] simply prints the command and doesn't take additional arguments:

julia> IJulia.notebook_cmd[1]
"/home/ubuntu/.julia/v0.6/Conda/deps/usr/bin/jupyter"

So I use the traditional way to launch a notebook and it works fine:

$ /home/ubuntu/.julia/v0.6/Conda/deps/usr/bin/jupyter notebook --port 8080

Issue with installing BenchmarkTools on JuliaGPU AMI

The Julia AMI (ami-da8099a1) works great for GPU, but BenchmarkTools installation fails because of HDF5 error (see the error message below). I've solved this problem by running sudo apt-get install hdf5-tools outside of Julia before installing the benchmark package. It doesn't actually affect my work but I just want to point this out.

julia> Pkg.add("BenchmarkTools")
INFO: Cloning cache of BenchmarkTools from https://github.com/JuliaCI/BenchmarkTools.jl.git
INFO: Cloning cache of Blosc from https://github.com/stevengj/Blosc.jl.git
INFO: Cloning cache of HDF5 from https://github.com/JuliaIO/HDF5.jl.git
INFO: Cloning cache of JLD from https://github.com/JuliaIO/JLD.jl.git
INFO: Cloning cache of LegacyStrings from https://github.com/JuliaArchive/LegacyStrings.jl.git
INFO: Installing BenchmarkTools v0.0.8
INFO: Installing Blosc v0.3.0
INFO: Installing HDF5 v0.8.5
INFO: Installing JLD v0.8.1
INFO: Installing LegacyStrings v0.2.2
INFO: Building Blosc
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--100   122    0   122    0     0    193      0 --:--:-- --:--:-- --:--:--   194
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--100  667k  100  667k    0     0   857k      0 --:--:-- --:--:-- --:--:-- 8240k
INFO: Building HDF5
WARNING: Compat.ASCIIString is deprecated, use String instead.
  likely near /home/ubuntu/.julia/v0.6/HDF5/deps/build.jl:39
===========================[ ERROR: HDF5 ]===========================

LoadError: failed process: Process(`sudo apt-get install hdf5-tools`, ProcessExited(1)) [1]
while loading /home/ubuntu/.julia/v0.6/HDF5/deps/build.jl, in expression starting on line 39

=====================================================================

==========================[ BUILD ERRORS ]===========================

WARNING: HDF5 had build errors.

 - packages with build errors remain installed in /home/ubuntu/.julia/v0.6
 - build the package(s) and all dependencies with `Pkg.build("HDF5")`
 - build a single package by running its `deps/build.jl` script

=====================================================================
INFO: Package database updated
INFO: METADATA is out-of-date โ€” you may not have the latest version of BenchmarkTools
INFO: Use `Pkg.update()` to get the latest versions of your packages

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.