-
-
Notifications
You must be signed in to change notification settings - Fork 183
[Bug]: windows install script is brittle #372
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
Labels
bug
Something isn't working
Comments
13 tasks
made a PR here: #409 |
13 tasks
abrichr
added a commit
that referenced
this issue
Jul 25, 2023
* fix: git reinstallation even if it si present * fix: Error Message: Remove-Item : Cannot remove the item at 'C:\Users\Krish Patel\hi' because it is in use. At line:1 char:9 + Remove-Item -LiteralPath $setupdir -Force -Recurse + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidOperation: (:) [Remove-Item], PSInvalidOperation Exception + FullyQualifiedErrorId : InvalidOperation,Microsoft.PowerShell.Commands.RemoveIt emCommand * fix: issue that poetry shell gives "..runnning scripts is disabled on the command line" * fix: bug #4 issue to support multiple version of python (acc. to OpenAdapt standards) * add start mesage to know why sometimes the installtion command exits * fix the edge case where the new terminal PWD is not set to the OpenAdapt folder that was installed * Update install/install_openadapt.ps1 --------- Co-authored-by: Richard Abrich <[email protected]>
R-ohit-B-isht
pushed a commit
to R-ohit-B-isht/OpenAdapt
that referenced
this issue
Jun 21, 2024
…AdaptAI#409) * fix: git reinstallation even if it si present * fix: Error Message: Remove-Item : Cannot remove the item at 'C:\Users\Krish Patel\hi' because it is in use. At line:1 char:9 + Remove-Item -LiteralPath $setupdir -Force -Recurse + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidOperation: (:) [Remove-Item], PSInvalidOperation Exception + FullyQualifiedErrorId : InvalidOperation,Microsoft.PowerShell.Commands.RemoveIt emCommand * fix: issue that poetry shell gives "..runnning scripts is disabled on the command line" * fix: bug #4 issue to support multiple version of python (acc. to OpenAdapt standards) * add start mesage to know why sometimes the installtion command exits * fix the edge case where the new terminal PWD is not set to the OpenAdapt folder that was installed * Update install/install_openadapt.ps1 --------- Co-authored-by: Richard Abrich <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
I experienced a few issues running the windows installation script:
poetry shell
sometimes fails with this message:To Reproduce
See above
The text was updated successfully, but these errors were encountered: