Giter Club home page Giter Club logo

Comments (3)

gaul avatar gaul commented on August 23, 2024

I encounter the same issues. Does master work today or does it need #264 or other fixes?

from s3-tests.

cbodley avatar cbodley commented on August 23, 2024

s3-tests doesnt support python3 yet. if your distro defaults to python3, you can force 2.7 in bootstrap with something like:

diff --git a/bootstrap b/bootstrap
index d7e66dc..23d25e0 100755
--- a/bootstrap
+++ b/bootstrap
@@ -34,7 +34,7 @@ elif [ -f /etc/redhat-release ]; then
     fi
 fi
 
-virtualenv --no-site-packages --distribute virtualenv
+virtualenv -p python2.7 --no-site-packages --distribute virtualenv
 
 # avoid pip bugs
 ./virtualenv/bin/pip install --upgrade pip

from s3-tests.

linnemannr avatar linnemannr commented on August 23, 2024

Python 2 is EOLed on Jan 1, is there any current effort to transition to Python 3?

from s3-tests.

Related Issues (20)

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.