-
Notifications
You must be signed in to change notification settings - Fork 260
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
it doesnt start working (Windows) #43
Comments
did you check if you nodejs is updated to the latest version? |
Same problem |
What OS? The screenshot looks like windows. Anyone have this working on windows? |
we are running this windows bro |
Could be the issue. |
Try to get Linux or MacOS. Windblows in extremely bad in every single sense. |
I don't have a Windows box handy to try to help you out here. I did look at the packaging library used (pkgroll) and it is sponsored by Microsoft so you would think it would work. Perhaps it has to be built on Windows? Have you tried using WSL (Linux on Windows)? |
I also cannot get it running under windows, so probably good idea to rename this issue to something more descriptive. |
Additionally i have a few other things not being shown in the original post here:
|
I tried to keep it as simple as possible just for testing purposes and asked it to write a python app that get real-time exchange rates from an API and allow users to convert between different currencies. As you can see in the above image it did what I asked for but it wrote the code in TypeScript. Is there anything that I'm missing here? |
It looks like you ran the tool from within the tool's own source code. Since the tool is written in typescript that's likely why you got that language (weird that the file extension is .py though). The tool is designed to be run from within a folder that has your other code (or an empty one I guess). When I run it inside a folder with python or ruby files it generally creates the right language for me. |
Ah yes. The tool does not actually work in a blank folder. Sorry I forgot that. The folder has to have one of these three files in it --
The tool also requires a test framework of some kind because the tool generates a test, generates an implementation, and then runs the test to see if the implementation passes the test. |
See #24 |
Thank you very much for your answer @tpaulshippy :-) It took me a lot of tests to configure the environment the right way but now it's working as expected! Great project you've made guys! |
As you can see above it's running over WSL Ubuntu, and a VS Code extension to access to the WSL project folder. As I said, it took me a while but it worked :-) |
ah, we could definitely make the DX better here to make this more clear, open to PRs to improve it! |
I have changed to mac OS and it works now. |
I have Windows 10 and it does not work for me |
Yeap, it worked with docker over wsl and it worked with wsl. Anyway I recently switched back to Linux. |
Any way to make it work without WSL ? (just with Windows cmd or powershell) |
i installed the npm package, but when i try to run micro-agent on my cmd. Nothing appears, i even set an openai-api-key already.
The text was updated successfully, but these errors were encountered: