Giter VIP home page Giter VIP logo

Comments (2)

UlfNorell avatar UlfNorell commented on July 19, 2024

My best guess is a broken Erlang install (but rebar3 shenanigans should never be ruled out). Can you do this?

> erl
Erlang/OTP 21 [erts-10.2.4] [source] [64-bit] [smp:12:12] [ds:12:12:10] [async-threads:1] [hipe]

Eshell V10.2.4  (abort with ^G)
1> code:which(leex).  
"/usr/local/install/erlang/OTP-21.2.6/lib/erlang/lib/parsetools-2.1.8/ebin/leex.beam"
2> code:which(lists). 
"/usr/local/install/erlang/OTP-21.2.6/lib/erlang/lib/stdlib-3.7.1/ebin/lists.beam"
3> 

from aesophia_cli.

noandrea avatar noandrea commented on July 19, 2024

the problem is due to a missing package in ubuntu, installing it solved the problem.
Thanks to @tolbrino for finding it out.

The missing package is parsetools, here the command to install it

sudo apt install  erlang-parsetools 

from aesophia_cli.

Related Issues (18)

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.