-
Notifications
You must be signed in to change notification settings - Fork 65
Open
Description
Hello Aryn team,
I’ve been trying to install the latest Sycamore code from the main branch, but the installation fails because of a private submodule: opensearch-remote-processor.
Here are the specific issues I'm encountering:
- When running pip install --upgrade "git+https://github.com/aryn-ai/sycamore.git@main#egg=sycamore-ai[weaviate]", it attempts to clone opensearch-remote-processor via SSH, which is inaccessible to me.
- The build stops with an error indicating that I do not have the correct access rights to clone the submodule.
My goal is to use the latest Sycamore features, such as Map transformations and the updated DocSet functionality, which are not available in the PyPI release. However, without access to opensearch-remote-processor, the installation process fails.
Could you please:
- Make the opensearch-remote-processor submodule public, or
- Provide a version/branch of Sycamore that does not depend on private modules, or
- Grant me access to the private repository if it’s legally permissible?
This issue blocks me from upgrading Sycamore to use the new features. Any advice or workaround would be appreciated.
System details:
- Windows 10 (Python 3.11)
- Sycamore-ai PyPI version is 0.1.32, which lacks the updated transformations.
- I tried git clone --recursive and also the direct pip install from GitHub, both failed with submodule permission errors.
Thank you for your help, and for all the work on Sycamore!
Best regards,
Stan, osm thome
Metadata
Metadata
Assignees
Labels
No labels