```FileNotFoundError: [Errno 2] No such file or di...
# dagster-plus
a
Copy code
FileNotFoundError: [Errno 2] No such file or directory: 'python3.8'
dagster bot responded by community 1
m
Silly question, but do you have python3.8 installed? I think some of the dagster cloud related scripts are pinned to 3.8. It’s also the reason that you can’t use ubuntu-latest for GitHub CI pipelines
a
I'm running the script inside of a Conda environment I think some other dependencies in my project break if I'm on 3.8 but will try Thank you!
m
You could always just create an alias for python3.8 to whatever python you are on. A bit janky but in this instance I doubt it would break anything