Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

code fix in the file rdspg-vector.ipynb

Open
#10 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
1/5
Estimated time
Under an hour
Newbie friendliness
45/100
Issue type
Bug
Clarity
Clearly specified
Activity status
Stale
Tech stack
jupyter-notebook, python
Domain
databases

Research direction

Open rdspg-vector.ipynb and inspect the prerequisite-install cell and the similarity-search block near the end. Run the notebook or at least the relevant cells to reproduce the missing skimage import, then verify that the dependency setup supports that import without errors.

Written by the indexing model from the issue text.

Description

Simple code fix. In the file rdspg-vector.ipynb is this line to install prereqs:

!pip install -U psycopg2-binary pgvector tqdm boto3 requests

It should actually be:

!pip install -U psycopg2-binary pgvector tqdm boto3 requests scikit-image

Otherwise the code block near the end that performs the similarity search errors out on the line:

from skimage import io

stating "no such module" for skimage.

Dominant language
Jupyter Notebook
Stars
40
Forks
11
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from aws-samples/rds-postgresql-pgvector

All issues in aws-samples/rds-postgresql-pgvector

Similar issues

More Databases issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.