This repository was archived by the owner on Aug 7, 2025. It is now read-only.
  
  
  
  
  
Description
Install from source is not working on a brand new ubuntu 18.04 machine.
Steps to reproduce:
- Install openjdk
 
- Install python 3.7
 
- Run python ./scripts/install_from_src.py
 
Traceback (most recent call last):
  File "./scripts/install_from_src.py", line 10, in <module>
    from scripts import tsutils as ts
ImportError: cannot import name 'tsutils' from 'scripts' (/home/ubuntu/anaconda3/lib/python3.7/site-packages/scripts/__init__.py)