nile icon indicating copy to clipboard operation
nile copied to clipboard

Windows setup not working

Open microbecode opened this issue 3 years ago • 2 comments

I'm not sure if there are any plans to get this working on Windows, but I'm getting some errors.

  • Running in venv
  • nile init works just fine
  • nile compile throws an error:

File "C:\Users\LauriP\AppData\Local\Programs\Python\Python39\lib\subprocess.py", line 1420, in _execute_child hp, ht, pid, tid = _winapi.CreateProcess(executable, args, FileNotFoundError: [WinError 2] The system cannot find the file specified

Vanilla Cairo seems to work.

P.S. Available in Starknet Discord as LauriP

microbecode avatar Nov 01 '21 15:11 microbecode

Can anybody reproduce this issue?

martriay avatar Nov 03 '21 06:11 martriay

I am getting an error while running the command pip install cairo-nile.

Error Description: Could not find a version that satisfies the requirement cairo-nile (from versions: ) No matching distribution found for cairo-nile.

Note: I am using windows os but using WSL CLI, I hope its not causing an issue.

rohit-goswami avatar May 16 '22 11:05 rohit-goswami