Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10:01:51 [error] java.lang.NullPointerException | |
10:01:51 [error] at okhttp3.JavaNetAuthenticator.authenticate(JavaNetAuthenticator.java:37) | |
10:01:51 [error] at okhttp3.internal.http.RetryAndFollowUpInterceptor.followUpRequest(RetryAndFollowUpInterceptor.java:284) | |
10:01:51 [error] at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.java:152) | |
10:01:51 [error] at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:92) | |
10:01:51 [error] at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:67) | |
10:01:51 [error] at okhttp3.RealCall.getResponseWithInterceptorChain(RealCall.java:185) | |
10:01:51 [error] at okhttp3.RealCall.execute(RealCall.java:69) | |
10:01:51 [error] at sbt.internal.librarymanagement.ivyint.GigahorseUrlHandler.upload(GigahorseUrlHandler.scala:185) | |
10:01:51 [error] at org.apache.ivy.util.url.URLHandlerDispatcher.upload(URLHandlerDispatcher.java:82) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ pip3 wheel --no-cache-dir --wheel-dir=wheels-dir pandas==0.22.0 | |
Collecting pandas==0.22.0 | |
Downloading https://files.pythonhosted.org/packages/08/01/803834bc8a4e708aedebb133095a88a4dad9f45bbaf5ad777d2bea543c7e/pandas-0.22.0.tar.gz (11.3MB) | |
100% |████████████████████████████████| 11.3MB 24.2MB/s | |
Installing build dependencies ... error | |
Complete output from command /usr/bin/python3.4 -m pip install --ignore-installed --no-user --prefix /tmp/pip-build-env-866j7haa https://files.pythonhosted.org/packages/1b/d2/22cde5ea9af055f81814f9f2545f5ed8a053eb749c08d186b369959189a8/wheel-0.31.0-py2.py3-none-any.whl#sha256=9cdc8ab2cc9c3c2e2727a4b67c22881dbb0e1c503d592992594c5e131c867107 https://files.pythonhosted.org/packages/20/d7/04a0b689d3035143e2ff288f4b9ee4bf6ed80585cc121c90bfd85a1a8c2e/setuptools-39.0.1-py2.py3-none-any.whl#sha256=8010754433e3211b9cdbbf784b50f30e80bf40fc6b05eb5f865fab83300599b8 https://files.pythonhosted.org/packages/70/25/1e1521e6ce2cf78ff4a8b06fbc2cd513ce004ec337000eddfe016fdf3fc6/Cython-0.2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Exception in thread "main" java.lang.IncompatibleClassChangeError: Interface method reference: scala.util.control.NoStackTrace.fillInStackTrace()Ljava/lang/Throwable;, is in an indirect superinterface of scala.util.control.BreakControl | |
at scala.util.control.BreakControl.fillInStackTrace(Breaks.scala:1023) | |
at java.lang.Throwable.<init>(Throwable.java:250) | |
at scala.util.control.BreakControl.<init>(Breaks.scala:94) | |
at scala.util.control.Breaks.<init>(Breaks.scala:29) | |
at scala.collection.Traversable$.<init>(Traversable.scala:95) | |
at scala.collection.Traversable$.<clinit>(Traversable.scala) | |
at scala.package$.<init>(package.scala:40) | |
at scala.package$.<clinit>(package.scala) | |
at scala.Predef$.<init>(Predef.scala:139) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ sbt | |
Java HotSpot(TM) 64-Bit Server VM warning: Ignoring option MaxPermSize; support was removed in 8.0 | |
[info] Loading settings from plugins.sbt ... | |
[info] Loading project definition from /Users/alexandre/projects/coursier/project/project/project | |
[error] sbt.internal.IncompatiblePluginsException: Binary incompatibility in plugins detected. | |
[error] Note that conflicts were resolved for some dependencies: | |
[error] org.scala-lang.modules:scala-parser-combinators_2.12 | |
[error] org.scala-sbt:librarymanagement-core_2.12 | |
[error] org.slf4j:slf4j-api | |
[error] org.scala-sbt:util-tracking_2.12 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
set -e | |
curl -L -o coursier https://github.com/alexarchambault/coursier/raw/v1.0.0-M15-1/coursier | |
chmod +x coursier | |
./coursier bootstrap com.geirsson:scalafmt-cli_2.11:0.6.2 --main org.scalafmt.cli.Cli -o scalafmt | |
cat > Foo.scala << EOF |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ./ammonium | |
Loading... | |
Welcome to the Ammonite Repl 0.8.0 | |
(Scala 2.11.8 Java 1.8.0_112) | |
@ import $ivy.`org.jupyter-scala::scio:0.4.0-RC1` | |
import $ivy.$ | |
@ { | |
import jupyter.scio._ |