OpenInterpreter / 01

The #1 open-source voice interface for desktop, mobile, and ESP32 chips.
https://01.openinterpreter.com/
GNU Affero General Public License v3.0
4.92k stars 517 forks source link

can't get poetry to install 01 #159

Open cinderbrick1212 opened 6 months ago

cinderbrick1212 commented 6 months ago

Installing the current project: 01OS (0.0.13) Warning: The current project could not be installed: [Errno 2] No such file or directory: 'C:\Users\user\01\software\README.md' If you do not want to install the current project use --no-root. If you want to use Poetry only for dependency management but not for packaging, you can disable package mode by setting package-mode = false in your pyproject.toml file. In a future version of Poetry this warning will become an error!

kbfifi commented 6 months ago

Just finished poetry install using WSL2. See #88 Next issue is lack of full X11 support

TashaSkyUp commented 6 months ago

@cinderbrick1212 if poetry env list shows that you have a env for 01 already. delete it poetry env remove whateveritscalled then try the install again poetry install 01

you're getting the same error I was.