PipedreamHQ / PipedreamHQ/pipedream

[BUG] Google Ads package and python 12

Open
#12,456 0 comments 0 reactions 1 assignee Claimed by @andrewjschuang View on GitHub
bug tracked internally triaged
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.