-
Notifications
You must be signed in to change notification settings - Fork 40
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
Problems running vscode_dist #51
Comments
Please provide stack trace for that error.
Please provide more information on your configuration, commands you are executing, and error messages you're getting. |
I am using poetry for dependency management and venv. It will automatically create a venv for the "project" and keep python dependencies contained to that venv. I installed ufbt using Running
So I installed Running
The | notation isn't available in 3.9 either, so we switch to Python 3.11
Which brings us to the final error:
I get the same error even if I enter the venv shell with |
It seems that poetry does something that conflicts with the way ufbt sets up its environment. ufbt itself has minimal dependencies (a single oslex package) and had been verified to be functional when being installed using pipx. I suggest you either use pipx or basic venv for setting up ufbt. Please check if that works on your system. We'll investigate poetry compatibility. |
I tried to run
ufbt vscode_dist
and had a few issues.|
notation for multiple types, instead ofUnion[a, b]
. It work on Python 3.11 thoughansi
, it's not marked as a dependency, had to manually install.scons
, it's not marked as a dependency, had to manually install.After all these issues it's failing with this error:
The text was updated successfully, but these errors were encountered: