chisel-bootcamp icon indicating copy to clipboard operation
chisel-bootcamp copied to clipboard

can not run 2.1 locally

Open yberlin opened this issue 2 years ago • 2 comments

I clone the repo and install like readme. In Ubuntu system but I got error running cell 2.1 cmd0.sc:2: object ops is not a member of package ammonite val res0_1 = interp.load.module(ammonite.ops.Path(java.nio.file.FileSystems.getDefault().getPath(path))) ^Compilation Failed

Compilation Failed

yberlin avatar Jun 14 '22 06:06 yberlin

+1 getting the same error. Did you find a way to fix this?

ParthPant avatar Sep 25 '22 03:09 ParthPant

Sorry it has been a long time, I forgot if I fix this. But a quick way to start a chisel project is that you can find another complete project and run~

yberlin avatar Sep 26 '22 01:09 yberlin

+1 get the same error. I have found the solution for days (smile cry)

yebosirius avatar May 05 '23 08:05 yebosirius

Is there any solution for this yet? I'm stuck here as well.

No matter how I tried to run the first cell it always return an error:

cell1.sc:2: object ops is not a member of package ammonite
val res1_1 = interp.load.module(ammonite.ops.Path(java.nio.file.FileSystems.getDefault().getPath(path)))
                                         ^
Compilation Failed

HahaLan97 avatar Jul 10 '23 12:07 HahaLan97

Magic happens when I restarted the notebook. lol

HahaLan97 avatar Jul 10 '23 13:07 HahaLan97

It could be a problem related to your almond version. make sure you follow strictly the "Jupyter Backend for Scala" part in the installation readme file, copy the commands into your terminal and run, and you'll find it functions well

Frwere avatar Jan 18 '24 06:01 Frwere