You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With a local install of the Chisel Bootcamp launched using "jupyter notebook" on Arch Linux, in the chapter 2.4 on Sequential Logic I recieve the following error when attempting to run the imports for the chapter:
"val path = System.getProperty("user.dir") + "/source/load-ivy.sc"
Okay, it was getting Scala 2.13 from the system-wide Scala package I had installed from the Arch repositories. I uninstalled that, redid all the instructions, and updated chisel-bootcamp to be sure (I'd done so earlier today) and now it's erroring out when I select a page in the notebook with a "Could not find a kernel matching Scala. Please select a kernel:" with Python 3 as the sole option.
With a local install of the Chisel Bootcamp launched using "jupyter notebook" on Arch Linux, in the chapter 2.4 on Sequential Logic I recieve the following error when attempting to run the imports for the chapter:
"val path = System.getProperty("user.dir") + "/source/load-ivy.sc"
interp.load.module(ammonite.ops.Path(java.nio.file.FileSystems.getDefault().getPath(path)))
Compiling /home/jsaunders/Build/chisel-bootcamp/Main.sc
Downloading https://repo1.maven.org/maven2/edu/berkeley/cs/chisel3_2.13/3.2.0/chisel3_2.13-3.2.0.pom
Downloaded https://repo1.maven.org/maven2/edu/berkeley/cs/chisel3_2.13/3.2.0/chisel3_2.13-3.2.0.pom
Downloading https://repo1.maven.org/maven2/edu/berkeley/cs/chisel3_2.13/3.2.0/chisel3_2.13-3.2.0.pom.sha1
Downloaded https://repo1.maven.org/maven2/edu/berkeley/cs/chisel3_2.13/3.2.0/chisel3_2.13-3.2.0.pom.sha1
ammonite.util.CompilationError: Failed to resolve ivy dependencies:Error downloading edu.berkeley.cs:chisel3_2.13:3.2.0
not found: /home/jsaunders/.ivy2/local/edu.berkeley.cs/chisel3_2.13/3.2.0/ivys/ivy.xml
not found: https://repo1.maven.org/maven2/edu/berkeley/cs/chisel3_2.13/3.2.0/chisel3_2.13-3.2.0.pom
ammonite.interp.Interpreter$$anon$1$load$.module(Interpreter.scala:716)
ammonite.$sess.cmd0$Helper.(cmd0.sc:2)
ammonite.$sess.cmd0$.(cmd0.sc:7)"
The same occurs with other chapters using the same source for loading dependencies.
The text was updated successfully, but these errors were encountered: