Python Forum
google-auth requirements.txt strange behavior
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
google-auth requirements.txt strange behavior
#1
I currently run a python process inside of a container and we have a custom site-packages where all the requirements.txt are installed. All works fine until today when I tried to install "https://github.com/googleapis/google-auth-library-python". Here's the strange behaviour:

If I install google-auth via requirements.txt into my custom site-packages I get an error: ImportError: No module named google.oauth2.credentials

However if I install it as "pip install google-auth", in which case it gets installed to /usr/local/lib/python2.7/site-packages/ it works fine.

Any ideas?
Reply


Messages In This Thread
google-auth requirements.txt strange behavior - by randalpinto - Dec-20-2018, 09:25 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Strange behavior list of list mmhmjanssen 3 525 May-09-2024, 11:32 AM
Last Post: mmhmjanssen
  strange behavior of chess library in Python max22 1 460 Jan-18-2024, 06:35 PM
Last Post: deanhystad
  Problem with code / audio is playing randomly, not matching csv requirements Daniel_kcr 2 770 Sep-07-2023, 05:09 PM
Last Post: deanhystad
  when package built, requirements not installed sabuzaki 1 829 Apr-07-2023, 09:01 AM
Last Post: sabuzaki
  Program running on RPi 3b+ Very Strange Behavior - Out of Bound Index MadMacks 26 3,957 Mar-07-2023, 09:50 PM
Last Post: MadMacks
  auth - URL SUN 2 1,638 May-20-2022, 07:50 AM
Last Post: SUN
  Strange write()/File behavior kaega2 2 1,835 Jan-28-2022, 02:53 AM
Last Post: kaega2
  What to do when the requirements.txt file does not work Led_Zeppelin 2 6,986 Nov-04-2021, 06:51 PM
Last Post: snippsat
  IBM Watson: Handshake status 403 Forbidden or No section: 'auth' groschat 1 2,919 May-07-2021, 03:44 PM
Last Post: jefsummers
  Examples of Customer requirements ComputerAstronaut 1 1,927 Dec-08-2020, 03:22 AM
Last Post: Larz60+

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020