`load pe` cause error
See original GitHub issueHello
I have some problem running :load pe
command after build.
scala> :load pe
Loading pe...
import scala.language.postfixOps
locParam: String = null
location: String = /Users/kwangin/app
useAuthorization: Boolean = false
java.lang.NoSuchMethodError: scala.Product.$init$(Lscala/Product;)V
at DataDirs.<init>(ctl.scala:131)
... 61 elided
<console>:17: error: not found: value dataDirs
dataDirs = dataDirs,
^
<console>:15: error: not found: value pe
val $ires1 = pe.mappingFile
^
<console>:13: error: not found: value pe
pe.mappingFile = "mapping-pe.json";
^
Is there something I’m missing?
Issue Analytics
- State:
- Created 5 years ago
- Comments:19 (9 by maintainers)
Top Results From Across the Web
PE error in LG washing machine: How to fix PE error code?
There could be two possible causes behind a PE error code on your LG front loading washing machine which are explained below.
Read more >LG Washing Machine PE Error Code Explained
The first reason your LG washing machine may be showing the PE error code is due to a problem between the wiring from...
Read more >[LG Front Load Washers] Cause & Troubleshooting For An PE ...
[LG Front Load Washers] Cause & Troubleshooting For An PE Error Code On Your LG Washer. 955 views 10 months ago. LG USA...
Read more >LG washer error code PE : Causes, How FIX Problem
PE error refers to a water level pressure sensor. Its causes are a damaged pressure switch, wiring damaged by vibration, a burnt control...
Read more >LG Washing Machine Displays Error Code PE - How To Fix ...
The LG Front Load Washing Machine PE Code indicates a WATER LEVEL PRESSURE SENSOR/SWITCH ERROR. ... Try this first before replacing any parts...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It’s documented in: https://github.com/thomsonreuters/CM-Well/blob/master/docs/Tutorial.Building.md Which has a link to it from the main page. Maybe you are right and it should be in the main page.
@e-orz you’re right! It seems it was the problem of python version. It works find after I changed to 2.7. . It would be good to add on document later.
Thanks for help 👍