holzschu / Carnets

Carnets is a stand-alone Jupyter notebook server and client. Edit your notebooks on the go, even where there is no network.
https://holzschu.github.io/Carnets_Jupyter/
BSD 3-Clause "New" or "Revised" License
568 stars 34 forks source link

Can’t pip install prettytable #129

Open ifuchs opened 4 years ago

ifuchs commented 4 years ago

Traceback (most recent call last): File "/private/var/containers/Bundle/Application/AFB2E12F-462D-46EF-A988-B81BAE71430D/Carnets.app/Library/lib/python3.9/subprocess.py", line 73, in import msvcrt ModuleNotFoundError: No module named 'msvcrt'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/private/var/containers/Bundle/Application/AFB2E12F-462D-46EF-A988-B81BAE71430D/Carnets.app/Library/bin/pip", line 5, in from pip._internal.cli.main import main File "/private/var/containers/Bundle/Application/AFB2E12F-462D-46EF-A988-B81BAE71430D/Carnets.app/Library/lib/python3.9/site-packages/pip/_internal/cli/main.py", line 10, in from pip._internal.cli.autocompletion import autocomplete File "/private/var/containers/Bundle/Application/AFB2E12F-462D-46EF-A988-B81BAE71430D/Carnets.app/Library/lib/python3.9/site-packages/pip/_internal/cli/autocompletion.py", line 9, in from pip._internal.cli.main_parser import create_main_parser File "/private/var/containers/Bundle/Application/AFB2E12F-462D-46EF-A988-B81BAE71430D/Carnets.app/Library/lib/python3.9/site-packages/pip/_internal/cli/main_parser.py", line 7, in from pip._internal.cli import cmdoptions File "/private/var/containers/Bundle/Application/AFB2E12F-462D-46EF-A988-B81BAE71430D/Carnets.app/Library/lib/python3.9/site-packages/pip/_internal/cli/cmdoptions.py", line 18, in from distutils.util import strtobool File "/private/var/containers/Bundle/Application/AFB2E12F-462D-46EF-A988-B81BAE71430D/Carnets.app/Library/lib/python3.9/distutils/util.py", line 14, in from distutils.spawn import spawn File "/private/var/containers/Bundle/Application/AFB2E12F-462D-46EF-A988-B81BAE71430D/Carnets.app/Library/lib/python3.9/distutils/spawn.py", line 11, in import subprocess File "/private/var/containers/Bundle/Application/AFB2E12F-462D-46EF-A988-B81BAE71430D/Carnets.app/Library/lib/python3.9/subprocess.py", line 78, in import _posixsubprocess ModuleNotFoundError: No module named '_posixsubprocess'

holzschu commented 4 years ago

Hi, that's not related to prettytable, that's a different bug that I am tracking (it affects both a-Shell and Carnets). Repeating the command makes it work, eventually.