Closed AronVanAmmers closed 5 years ago
Triggered by: https://github.com/OutlierVentures/ANVIL/blob/5687107f49e62e1a1bceeeff356f6f9ebcf03890/scripts/install.sh#L109
I only have dist-packages
folders, no site-packages
:
$ ls /usr/local/lib/python3.6/
dist-packages
$ ls /usr/local/lib/python3.7/
dist-packages
The oef egg file ended up in python3.6/dist-packages
:
$ ls /usr/local/lib/python3.6/dist-packages/oef* -la
-rw-r--r-- 1 root staff 79999 Jan 31 09:23 /usr/local/lib/python3.6/dist-packages/oef-0.1.0-py3.6.egg
-rw-r--r-- 1 root staff 103500 Mar 25 10:34 /usr/local/lib/python3.6/dist-packages/oef-0.2.0-py3.6.egg
@AronVanAmmers please have a go with the installer in the issue-4
branch
@theoturner tried, slight change but no success:
./install.sh: line 111: cd: /usr/local/lib/python3.7/site-packages: No such file or directory
unzip: cannot find or open oef-0.2.0-py3.7.egg, oef-0.2.0-py3.7.egg.zip or oef-0.2.0-py3.7.egg.ZIP.
Error: failed on line 111.
Adapting it now so that it detects correctly ⌛️
While triaging #3 I'm getting the below on Ubuntu 18.04.1:
Last part of output of
./install.sh
: