holzschu / holzschu/a-shell

Too many Python scripts

Open
#488 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Perl
Stars
3.9k
Forks
213
Avg merge
1m
Merged PRs (30d)
1

Description

I'm using an iPhone 8 running iOS 16.0.3 and latest a-shell version (build 270) from TestFlight.

If I try to run e.g. `pip install bpytop` or `pip install -r requirements.txt` (from a project with multiple dependencies), I get the following error in an alert window: `Too many Python scripts. Too many Python interpreters running at the same time. Try to close some of theme.` (I can't attach a screenshot because this iPhone isn't mine).

## How to reproduce this bug

Same as above or try to run the following commands:
`$ python`

`>>> import os`

`>>> os.system("python")`

Run again last two commands in the new interpreter and you'll get an error like this:
`Failed loading notAValidCommand from python3_
ios.framework/python3_ios, cause = dlsym(0xa5
3c8720, notAValidCommand): symbol not found`

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.