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

--system-site-packages doesn't run inside snaps

Open
#321 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
25/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Stale
Tech stack
python
Domain
tooling

Research direction

Start by reviewing the snap-system-packages branch and the exploration of external Python dist/site-packages and site.py. Determine how --system-site-packages should expose external packages in a classic snap without breaking virtualenv containment; done means the option works inside snaps while isolation remains intact.

Written by the indexing model from the issue text.

Description

This is because the intrinsic nature of isolation provided by snaps.

However, as fades is currently a "classic" snap, we can really access to external Python.

I did some exploration here, playing with getting dist/site packages of external Python and adding it to the running virtualenv inside fades (which theoretically would make it add those paths to venv's site.py, in effect providing access to "the system packages", but I couldn't really make it work... it looks I break the virtualenv containment when I do that...

Dominant language
Python
Stars
223
Forks
45
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

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 PyAr/fades

All issues in PyAr/fades

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.