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

[bug] FileNotFoundError error when running skyplane init #850

Open
nimame opened this issue May 17, 2023 · 0 comments
Open

[bug] FileNotFoundError error when running skyplane init #850

nimame opened this issue May 17, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@nimame
Copy link

nimame commented May 17, 2023

Describe the bug
When running skyplane init I get a file not found error:

Traceback (most recent call last):
  File "C:\Users\nimam\miniconda3\lib\runpy.py", line 197, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "C:\Users\nimam\miniconda3\lib\runpy.py", line 87, in _run_code
    exec(code, run_globals)
  File "C:\Users\nimam\miniconda3\Scripts\skyplane.exe\__main__.py", line 4, in <module>
  File "C:\Users\nimam\miniconda3\lib\site-packages\skyplane\__init__.py", line 27, in <module>
    tmp_log_dir.mkdir(exist_ok=True)
  File "C:\Users\nimam\miniconda3\lib\pathlib.py", line 1313, in mkdir
    self._accessor.mkdir(self, mode)
FileNotFoundError: [WinError 3] The system cannot find the path specified: '\\tmp\\skyplane'
(base) PS C:\Users\nimam> pip install "skyplane[aws]"

To Reproduce
Steps to reproduce the behavior (please include the full Skyplane command you ran):

  1. Install skyplane for AWS and GCP (I am using PowerShell): pip install "skyplane[aws,gcp]"
  2. Run: skyplane init

Expected behavior
"skyplane init output" as described in the readme.

Environment info (please complete the following information):

  • OS: Windows 11
  • Python version: 3.9.5 (miniconda)
  • Skyplane version: 0.2.1
@nimame nimame added the bug Something isn't working label May 17, 2023
@nimame nimame changed the title FileNotFoundError error when running skyplane init [bug] FileNotFoundError error when running skyplane init May 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant