PipedreamHQ / pipedream

Connect APIs, remarkably fast. Free for developers.
https://pipedream.com
Other
8.7k stars 5.26k forks source link

[BUG] Can't import python-jobspy into a workflow #12762

Open vexersa opened 1 month ago

vexersa commented 1 month ago

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):

vunguyenhung commented 1 month ago

I can reproduce this issue. Adding it to Pipedream internal backlog

image