PipedreamHQ / PipedreamHQ/pipedream
[BUG] Can't import python-jobspy into a workflow
Open
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**
I'm trying to import python-jobspy into a workflow and despite it being listed on pypi it doesn't seem to be found.
I attempted to follow the guide here: https://pipedream.com/docs/code/python/import-mappings#using-magic-comments
**To Reproduce**
Tried to include this code in a Python code step:
import requests
import csv
#pipedream add-package python-jobspy
from jobspy import scrape_jobs
**Expected behavior**
python-jobspy to import jand be usable
**Screenshots**
N/A
**Desktop (please complete the following information):**
- OS: Windows
- Browser: Chrome
- Version: 126.0.6478.127
Contributor guide
Assessment
This issue has not been assessed yet.