-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Windows 11 installation issue: Poetry could not find a pyproject.toml file in *path*\self-operating-computer or its parents #77
Comments
I believe @klxu03 added Poetry support. Can you look into this? |
I simply skipped the Poetry step since I noticed there were two steps labelled "3." and managed to get the installation working, except now I probably have to pay some money since I get the following error message: Error parsing JSON: Error code: 404 - {'error': {'message': 'The model My key is correct since if I input the wrong key it complains about it explicitly. EDIT: seems like gpt-4-1106-vision-preview is only available for companies, bummer. Well, one day I'll have a proper AI in my operating system! |
i ended up deleting poetry since it seemed to cause issues for non-poetry to some people. and my apologies, those instructions in the README were for if you wanted to manually add poetry support yourself. ill probably just delete those lines from the README rq |
@klxu03 Okay. Yeah that should probably be removed as it could cause confusion for non-poetry users. I'll leave this issue opened until it's removed as a reminder. |
Wanted to confirm, a poetry PR would be great. Sorry getting caught a little behind on reviewing PRs. Hopefully I'm not holding anything up! |
Closing as Poetry install instructions were removed. |
Still interested in a poetry PR. I'd like the quick start to be super basic though. I think just having Maybe we could have a separate poetry installation |
Trying to install SOC on Windows 11.
I get to the part where it says:
cat requirements.txt | xargs poetry add
This of course won't work on Windows so I used "@(cat requirements.txt) | %{&poetry add $_}" in Powershell, but I get the error mentioned in the title:
"Poetry could not find a pyproject.toml file in..."
Also tried: poetry add depency-name by copypasting the dependency name from requirements.txt but I get the same error.
Ideas anyone? Now that I'm thinking I might running too new a version of Poetry, but not sure
The text was updated successfully, but these errors were encountered: