Hello,
I'm experiencing a module import issue when trying to run the 01 project on Windows. I'm seeing the following error:
vbnet
Copy code
ModuleNotFoundError: No module named '01OS.clients.auto'
Steps to Reproduce:
- Cloned the repository from https://github.com/OpenInterpreter/01.
- Changed directory to 01\01OS\01OS, noting that the folder structure differs from the documentation which mentions a software folder.
- Ran poetry install successfully without any issues.
- Tried to start the application with poetry run 01.
Expected Behavior:
The application starts and initializes properly on a Windows environment.
Actual Behavior:
Encountered a ModuleNotFoundError related to an automatic client type determination mechanism.
Additional Context:
The script seems to attempt to import a client module based on a client_type variable, defaulting to 'auto'.
The clients directory includes esp32, linux, mac, and rpi but there's no indication of a Windows client module.