PipedreamHQ / PipedreamHQ/pipedream
[BUG] Google Ads package and python 12
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
**Describe the bug**
```
Command failed: python3 -m pip install --target=/tmp/__pdg__/dist/python -r requirements.txt --upgrade
WARNING: The directory '/home/sbx_user1051/.cache/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you should use sudo's -H flag.
error: subprocess-exited-with-error
```
**To Reproduce**
Probably related to python v12 and one of those packages:
```
# pipedream add-package google-ads
import os
import requests
import json
import hashlib
from datetime import datetime, timedelta
from collections import defaultdict
from fuzzywuzzy import fuzz
from google.ads.googleads.client import GoogleAdsClient
from google.ads.googleads.errors import GoogleAdsException
```
**Expected behavior**
No bug
**Additional context**
Add any other context about the problem here.
Contributor guide
Assessment
This issue has not been assessed yet.