Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Fix] gateway requirements #749

Merged

Conversation

zizhong
Copy link
Collaborator

@zizhong zizhong commented Feb 10, 2023

Got this issue when testing Skyplane

Starting TLS tunnels: /etc/stunnel/stunnel.conf: started (no pid=pidfile specified!)
18:49:04 [WARN]  pandas not installed, will not be able to load transfer costs
Traceback (most recent call last):
  File "/pkg/skyplane/gateway/gateway_daemon.py", line 16, in <module>
    from skyplane.chunk import ChunkState
  File "/pkg/skyplane/__init__.py", line 4, in <module>
    from skyplane.api.client import SkyplaneClient
  File "/pkg/skyplane/api/client.py", line 11, in <module>
    from skyplane.planner.planner import DirectPlanner, ILPSolverPlanner, RONSolverPlanner
  File "/pkg/skyplane/planner/planner.py", line 4, in <module>
    from skyplane.planner.solver import ThroughputProblem
  File "/pkg/skyplane/planner/solver.py", line 6, in <module>
    import numpy as np
ModuleNotFoundError: No module named 'numpy'

The error went away after this fix.

Copy link
Contributor

@parasj parasj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM -- thanks for catching this!

@parasj parasj added the safe to test Label used to trigger CI tests for external forks label Feb 10, 2023
@parasj parasj enabled auto-merge (squash) February 10, 2023 19:54
@parasj parasj merged commit 332d9af into skyplane-project:main Feb 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
safe to test Label used to trigger CI tests for external forks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants