This repository has been archived by the owner on Dec 9, 2024. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fix for Jupyter notebook Env not being created
Enviroment is properly created now. Tested and working in google collab
Logs for Jupyter Notebook.
Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease Hit:3 https://cloud.r-project.org/bin/linux/ubuntu jammy-cran40/ InRelease Get:4 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] Hit:5 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64 InRelease Get:6 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] Hit:7 https://r2u.stat.illinois.edu/ubuntu jammy InRelease Hit:8 https://ppa.launchpadcontent.net/deadsnakes/ppa/ubuntu jammy InRelease Hit:9 https://ppa.launchpadcontent.net/graphics-drivers/ppa/ubuntu jammy InRelease Hit:10 https://ppa.launchpadcontent.net/ubuntugis/ppa/ubuntu jammy InRelease Fetched 384 kB in 2s (220 kB/s) Reading package lists... Done Building dependency tree... Done Reading state information... Done 49 packages can be upgraded. Run 'apt list --upgradable' to see them. W: Skipping acquire of configured file 'main/source/Sources' as repository 'https://r2u.stat.illinois.edu/ubuntu jammy InRelease' does not seem to provide it (sources.list entry misspelt?) Reading package lists... Done Building dependency tree... Done Reading state information... Done python3.10-venv is already the newest version (3.10.12-1~22.04.7). 0 upgraded, 0 newly installed, 0 to remove and 49 not upgraded. Requirement already satisfied: ipykernel in ./chatbot/lib/python3.10/site-packages (6.29.5) Requirement already satisfied: jupyter-core!=5.0.*,>=4.12 in ./chatbot/lib/python3.10/site-packages (from ipykernel) (5.7.2) Requirement already satisfied: jupyter-client>=6.1.12 in ./chatbot/lib/python3.10/site-packages (from ipykernel) (8.6.3) Requirement already satisfied: ipython>=7.23.1 in ./chatbot/lib/python3.10/site-packages (from ipykernel) (8.29.0) Requirement already satisfied: tornado>=6.1 in ./chatbot/lib/python3.10/site-packages (from ipykernel) (6.4.2) Requirement already satisfied: pyzmq>=24 in ./chatbot/lib/python3.10/site-packages (from ipykernel) (26.2.0) Requirement already satisfied: packaging in ./chatbot/lib/python3.10/site-packages (from ipykernel) (24.2) Requirement already satisfied: nest-asyncio in ./chatbot/lib/python3.10/site-packages (from ipykernel) (1.6.0) Requirement already satisfied: matplotlib-inline>=0.1 in ./chatbot/lib/python3.10/site-packages (from ipykernel) (0.1.7) Requirement already satisfied: comm>=0.1.1 in ./chatbot/lib/python3.10/site-packages (from ipykernel) (0.2.2) Requirement already satisfied: debugpy>=1.6.5 in ./chatbot/lib/python3.10/site-packages (from ipykernel) (1.8.9) Requirement already satisfied: psutil in ./chatbot/lib/python3.10/site-packages (from ipykernel) (6.1.0) Requirement already satisfied: traitlets>=5.4.0 in ./chatbot/lib/python3.10/site-packages (from ipykernel) (5.14.3) Requirement already satisfied: typing-extensions>=4.6 in ./chatbot/lib/python3.10/site-packages (from ipython>=7.23.1->ipykernel) (4.12.2) Requirement already satisfied: jedi>=0.16 in ./chatbot/lib/python3.10/site-packages (from ipython>=7.23.1->ipykernel) (0.19.2) Requirement already satisfied: pexpect>4.3 in ./chatbot/lib/python3.10/site-packages (from ipython>=7.23.1->ipykernel) (4.9.0) Requirement already satisfied: pygments>=2.4.0 in ./chatbot/lib/python3.10/site-packages (from ipython>=7.23.1->ipykernel) (2.18.0) Requirement already satisfied: stack-data in ./chatbot/lib/python3.10/site-packages (from ipython>=7.23.1->ipykernel) (0.6.3) Requirement already satisfied: exceptiongroup in ./chatbot/lib/python3.10/site-packages (from ipython>=7.23.1->ipykernel) (1.2.2) Requirement already satisfied: decorator in ./chatbot/lib/python3.10/site-packages (from ipython>=7.23.1->ipykernel) (5.1.1) Requirement already satisfied: prompt-toolkit<3.1.0,>=3.0.41 in ./chatbot/lib/python3.10/site-packages (from ipython>=7.23.1->ipykernel) (3.0.48) Requirement already satisfied: python-dateutil>=2.8.2 in ./chatbot/lib/python3.10/site-packages (from jupyter-client>=6.1.12->ipykernel) (2.9.0.post0) Requirement already satisfied: platformdirs>=2.5 in ./chatbot/lib/python3.10/site-packages (from jupyter-core!=5.0.*,>=4.12->ipykernel) (4.3.6) Requirement already satisfied: parso<0.9.0,>=0.8.4 in ./chatbot/lib/python3.10/site-packages (from jedi>=0.16->ipython>=7.23.1->ipykernel) (0.8.4) Requirement already satisfied: ptyprocess>=0.5 in ./chatbot/lib/python3.10/site-packages (from pexpect>4.3->ipython>=7.23.1->ipykernel) (0.7.0) Requirement already satisfied: wcwidth in ./chatbot/lib/python3.10/site-packages (from prompt-toolkit<3.1.0,>=3.0.41->ipython>=7.23.1->ipykernel) (0.2.13) Requirement already satisfied: six>=1.5 in ./chatbot/lib/python3.10/site-packages (from python-dateutil>=2.8.2->jupyter-client>=6.1.12->ipykernel) (1.16.0) Requirement already satisfied: asttokens>=2.1.0 in ./chatbot/lib/python3.10/site-packages (from stack-data->ipython>=7.23.1->ipykernel) (2.4.1) Requirement already satisfied: pure-eval in ./chatbot/lib/python3.10/site-packages (from stack-data->ipython>=7.23.1->ipykernel) (0.2.3) Requirement already satisfied: executing>=1.2.0 in ./chatbot/lib/python3.10/site-packages (from stack-data->ipython>=7.23.1->ipykernel) (2.1.0) Installed kernelspec chatbot in /root/.local/share/jupyter/kernels/chatbot Virtual Environment Created!