From 85c87186e98d067ba3f766789747193ec92f6a49 Mon Sep 17 00:00:00 2001 From: marxzuckerburg Date: Fri, 2 Oct 2020 22:24:49 +0100 Subject: [PATCH] fix --- script/install | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/script/install b/script/install index d9fa3b1..f0e4986 100644 --- a/script/install +++ b/script/install @@ -258,10 +258,10 @@ then fi condaexec="$path_conda/_conda.exe" - cd $path_lib - curl http://go.microsoft.com/fwlink/?LinkId=691126\&fixForIE=.exe. -o visualcppbuildtools_full.exe + # cd $path_lib + # curl http://go.microsoft.com/fwlink/?LinkId=691126\&fixForIE=.exe. -o visualcppbuildtools_full.exe - cmd //c "visualcppbuildtools_full.exe" + # cmd //c "visualcppbuildtools_full.exe" ### install zbar using apt-cyg # installing apt-cyg @@ -309,7 +309,7 @@ echo "Now using python (t2): `which python`" # . venv/bin/activate echo "Now using python (t3): `which python`" -python -m pip install -r requirements.txt +python -m pip install --only-binary :all: -r requirements.txt