Code Monkey home page Code Monkey logo

Comments (12)

erickoledadevrel avatar erickoledadevrel commented on May 27, 2024 65

Try adding the flags --ignore-installed six to your pip command and let me know if that works.

from python-samples.

erickoledadevrel avatar erickoledadevrel commented on May 27, 2024 14

Sorry, that should have been --ignore-installed with two dashes. Please try again.

from python-samples.

brando90 avatar brando90 commented on May 27, 2024 2

when do we know we should ignore six and when to uninstall it?

from python-samples.

iViollard avatar iViollard commented on May 27, 2024

@erickoledadevrel thanks for replying. i tried the following:

pip install --upgrade google-api-python-client -ignore-installed six oauth2client
pip install --upgrade google-api-python-client-ignore-installed six oauth2client

Both give me an error:

'Could not find a version that satisfies the requirement google-api-python-client (from versions: )
No matching distribution found for google-api-python-client'

'Could not find a version that satisfies the requirement google-api-python-client-ignore-installed (from versions: )
No matching distribution found for google-api-python-client-ignore-installed'

from python-samples.

iViollard avatar iViollard commented on May 27, 2024

that's solved it - thanks!

from python-samples.

VishnuMU avatar VishnuMU commented on May 27, 2024

Mine too! Thank you 👍

from python-samples.

erickoledadevrel avatar erickoledadevrel commented on May 27, 2024

FYI, this information has been added to the troubleshoot section of the quickstart:

https://developers.google.com/drive/api/v3/quickstart/python#troubleshooting

from python-samples.

shaka0241 avatar shaka0241 commented on May 27, 2024

Try adding the flags --ignore-installed six to your pip command and let me know if that works.

its works

from python-samples.

dpizzuto avatar dpizzuto commented on May 27, 2024

Try adding the flags --ignore-installed six to your pip command and let me know if that works.

It works.

from python-samples.

bashar13 avatar bashar13 commented on May 27, 2024

it works thank you @erickoledadevrel

from python-samples.

490058 avatar 490058 commented on May 27, 2024

Thank you! @erickoledadevrel

from python-samples.

gt-novelt avatar gt-novelt commented on May 27, 2024

If you are working with pipenv, you can achieve this by editing your Pipefile with

six = {version = "*", options = "--ignore-installed"}

from python-samples.

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.