Skip to content

docs(py): update Python README.md for package installation#33

Merged
chendaniely merged 1 commit into
posit-dev:mainfrom
songfeil:main
Jun 16, 2025
Merged

docs(py): update Python README.md for package installation#33
chendaniely merged 1 commit into
posit-dev:mainfrom
songfeil:main

Conversation

@songfeil
Copy link
Copy Markdown
Contributor

Currently when installing with the subdirectory parameter, pip will return the following error:

ERROR: querychat@ git+https://github.com/posit-dev/querychat#subdirectory=pkg-py from git+https://github.com/posit-dev/querychat#subdirectory=pkg-py does not appear to be a Python project: neither 'setup.py' nor 'pyproject.toml' found.

Looks like this is due to missing 'pyproject.toml' file, which is currently placed under the root directory. This change redirect the git repo to not use subdirectory, so that pip can discover and install the package correctly.

@chendaniely chendaniely changed the title Update Python README.md for package installation docs: update Python README.md for package installation Jun 16, 2025
@chendaniely chendaniely changed the title docs: update Python README.md for package installation docs(py): update Python README.md for package installation Jun 16, 2025
@chendaniely chendaniely self-assigned this Jun 16, 2025
@chendaniely chendaniely merged commit 362d5db into posit-dev:main Jun 16, 2025
15 checks passed
@chendaniely
Copy link
Copy Markdown
Contributor

chendaniely commented Jun 16, 2025

Thanks @songfeil for the update. We're in the process up creating and updating the package website page, but this was an oversight as things are moving around in #24 as we move into a monorepo structure (#17).

For reference the package website information is moved and being captured in PR#30

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants