tensorflow / tensorflow/build

Why is jupyter installed in system python3 and not in the installed python 3.11

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

Nobody has claimed this yet.

sig build dockerfiles
Dominant language
Shell
Stars
311
Forks
139
Avg merge
1h 28m
Merged PRs (30d)
1

Description

Is it a deliberate choise to install and run Jupyter in system python3 (3.10 on ubuntu 22.04) and not the fresh installed python 3.11?

From the nightly jupyter build:
RUN |2 PYTHON_VERSION=python3.11 TENSORFLOW_PACKAGE=tf-nightly-cpu /bin/sh -c python3 -m pip install --no-cache-dir -r /jupyter.requirements.txt -U # buildkit

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.

Research direction

Start with the nightly Jupyter build and the shown BuildKit command, comparing PYTHON_VERSION=python3.11 with the python3 executable used for pip installation. Confirm which interpreter receives the requirements and whether this is intentional; done means the build behavior is explained or the issue identifies a specific configuration change needed.

Written by the indexing model from the issue text.

Assessment

Tech stack
jupyter, python
Domain
build-system
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
28/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.