-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
app version retrieving the wrong version #4323
Comments
Hello @pitosalas, can you check if this happens with the latest preview release (1.2.0a1)? I thinks this is a duplicate of #3289 which is already fixed in master by #3900. fin swimmer |
Will try. The documentation by the way gives two contradictory instructions about how to install:
Do I use get-poetry or install-poetry? I was concerned that I installed it "wrong"...
Pito Salas
Faculty, Computer Science
Brandeis University
… On Jul 28, 2021, at 10:38 AM, finswimmer ***@***.***> wrote:
Hello @pitosalas,
can you check if this happens with the latest preview release (1.2.0a1)? I thinks this is a duplicate of #3289 which is already fixed in master by #3900.
fin swimmer
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Hi fin
I uninstalled poetry fully and then reinstalled the latest (not 1.2.0a1 but 1.1.7 and it seems to be a lot better.
By the way, if I want to launch a specific script that relies on the poetry venv from crontab, how do I do that? I think it's not picking up the venv. Thanks!
Pito Salas
Faculty, Computer Science
Brandeis University
… On Jul 28, 2021, at 10:38 AM, finswimmer ***@***.***> wrote:
Hello @pitosalas,
can you check if this happens with the latest preview release (1.2.0a1)? I thinks this is a duplicate of #3289 which is already fixed in master by #3900.
fin swimmer
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
You could activate the venv first before running any other command e.g. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
A script managed by poetry:
seems to be returning the "wrong version". Here's what I mean:
It's as if there's some cache or other left over that is coming into play. Any clue? Thanks!
The text was updated successfully, but these errors were encountered: