Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
O
ORG.Asm
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 19,166
    • Issues 19,166
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
  • ORG.Asm
  • ORG.Asm
  • Issues
  • #59

Closed
Open
Opened May 06, 2019 by Niklas Terhoeven@niklas.terhoeven

Installation routine on Ubuntu 18.04.2

Hi,

I installed org.ASM on a fresh installation of Ubuntu 18.04.2 and ran into several issues of missing dependencies. Most of them are probably related to python3.7

The following procedure worked:

apt update
add-apt-repository ppa:deadsnakes/ppa 
apt install python3.7 
apt install gcc python3-pip python3-distutils python3.7-venv python3.7-dev

then download the .tar archive from this gitlab, extract it and run

python3.7 get-orgasm.py

You might want to add this to your readme.

Best,

Niklas

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: org-asm/org-asm#59