-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Description
Describe the bug
My data sciences company does not trust pip-based installers, because they do not preserve the full integrity of pre-existing mixed-language environments. We always build our data science environments with conda. Can you please provide a conda installation package for Open Interpreter along with the pip installation process?
Reproduce
No conda package is returned when I type "conda search open-interpreter" in a Windows terminal
conda search open-interpreter
Loading channels: done
No match found for: open-interpreter. Search: open-interpreter
PackagesNotFoundError: The following packages are not available from current channels:
- open-interpreter
Current channels:
To search for alternate channels that may provide the conda package you're
looking for, navigate to
https://anaconda.org
Expected behavior
conda package is available for every release of OI within the same week that a pip package is released.
Screenshots
No response
Open Interpreter version
0.3.4
Python version
3.12.1
Operating System name and version
Windows 10 Professional
Additional context
No response