gitlab-skyline icon indicating copy to clipboard operation
gitlab-skyline copied to clipboard

FileNotFoundError

Open pham-andrew opened this issue 1 year ago • 0 comments

Hello! I'm running the program on Windows 7 with Python 3.7.9 and got an error attempting the sample quick start command

python gitlab-skyline felixgomez 2020

Fetching contributions from Gitlab...
Generating STL...
Traceback (most recent call last):
  File "gitlab-skyline", line 198, in <module>
    main()
  File "gitlab-skyline", line 194, in main
    generate_skyline_stl(username, year, contribution_matrix)
  File "gitlab-skyline", line 153, in generate_skyline_stl
    capture_output=True)
  File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.7_3.7.2544.0_x64__qbz5n2kfra8p0\lib\subprocess.py", line 488, in run
    with Popen(*popenargs, **kwargs) as process:
  File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.7_3.7.2544.0_x64__qbz5n2kfra8p0\lib\subprocess.py", line 800, in __init__
    restore_signals, start_new_session)
  File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.7_3.7.2544.0_x64__qbz5n2kfra8p0\lib\subprocess.py", line 1207, in _execute_child
    startupinfo)
FileNotFoundError: [WinError 2] The system cannot find the file specified

I see that line 153 in generate_skyline_stl is the subprocess run for openSCAD, I checked that I have openSCAD installed and the path added to my system env variables. Any chance someone could give insight on if openSCAD is installed incorrectly or if it's looking for files that weren't generated properly?

pham-andrew avatar Oct 03 '22 22:10 pham-andrew