-
Notifications
You must be signed in to change notification settings - Fork 274
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
Error installing devon_agent Windows 11 #93
Comments
I was able to resolve this issue by removing tree-sitter COBOL from |
You're a lifesaver, thanks |
Just a heads up in case anyone else runs into this: I had a similar problem installing devon_agent with pip on windows 10, and got the error: solved it by installing Rust on windows: |
has the pip install for code-nav-devon been updated since the merge of the fix? still getting an error with tree-sitter-COBOL v0.0.1 when installing using pip: error: failed to run custom build command for |
Hello All, I received same error trying to install on Windows 11, apart from all dependencies, path, env variable check, still getting below error. Any suggestions? I can see rust, cargo and vc c++ compiler running in task manager, several of them, however time later got this message: (devon_env) R:\OneDrive\Apps\Devon>pipx install devon_agent Fatal error from pip prevented installation. Full pip output in file: pip failed to build package: Some possibly relevant errors from pip install: Error installing devon-agent. (devon_env) R:\OneDrive\Apps\Devon> |
I installed all dependencies successfully and can run them fine but when I try to
pipx install devon_agent
it runs for about a minute then fails to build package with the error:I tried using ubuntu but when I used curl it defaulted to using windows cmd and that led to the same error
I tried to activate the vendered feature in openssl but honestly I'm not sure if I did it right I just added
openssl = { version = "0.10", features = ["vendored"] }
under the dependencies config in my project folder but that didn't change anything.In logs the error comes out as:
The text was updated successfully, but these errors were encountered: