Skip to content

Error in Conda install instructions? #78

Description

@noops888

The current instructions read:

# Create a new conda environment
conda create -n anus python=3.11
conda activate anus

# Install Anus
pip install anus-ai

Output of installation attempts

pip install anus-ai
ERROR: Could not find a version that satisfies the requirement anus-ai (from versions: none)
ERROR: No matching distribution found for anus-ai
pip install anus        
Collecting anus
Downloading anus-1.0.3-py3-none-any.whl.metadata (530 bytes)
Downloading anus-1.0.3-py3-none-any.whl (3.4 kB)
Installing collected packages: anus
Successfully installed anus-1.0.3

# For document processing
pip install anus-ai[documents]

# For browser automation
pip install anus-ai[browser]

# For code execution
pip install anus-ai[code]

# For all optional features
pip install anus-ai[all]

pip install anus-ai[all]  
zsh: no matches found: anus-ai[all]
pip install anus[all]
zsh: no matches found: anus[all]

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions