fooosieee
fooosieee7d ago

Install from private repo python dep

when i install normally the dep from private repo via pip it works but if ill use, requirements or extra_requirments it wont be installed
1 Reply
fooosieee
fooosieeeOP7d ago
lol yeah somehow windmill internal requirements and extra_requirements dont wanna install
import subprocess
import sys
subprocess.check_call([sys.executable, "-m", "pip", "install", package])
import subprocess
import sys
subprocess.check_call([sys.executable, "-m", "pip", "install", package])
this installed it