|
35 | 35 | "\n" |
36 | 36 | ] |
37 | 37 | }, |
| 38 | + { |
| 39 | + "cell_type": "code", |
| 40 | + "execution_count": 3, |
| 41 | + "metadata": { |
| 42 | + "tags": [] |
| 43 | + }, |
| 44 | + "outputs": [ |
| 45 | + { |
| 46 | + "name": "stdout", |
| 47 | + "output_type": "stream", |
| 48 | + "text": [ |
| 49 | + "Defaulting to user installation because normal site-packages is not writeable\n", |
| 50 | + "Collecting wandb\n", |
| 51 | + " Downloading wandb-0.17.6-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.1 MB)\n", |
| 52 | + "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m7.1/7.1 MB\u001b[0m \u001b[31m38.7 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m00:01\u001b[0m00:01\u001b[0m\n", |
| 53 | + "\u001b[?25hRequirement already satisfied: click!=8.0.0,>=7.1 in /home/software/anaconda3/2023.07/lib/python3.11/site-packages (from wandb) (8.0.4)\n", |
| 54 | + "Collecting docker-pycreds>=0.4.0 (from wandb)\n", |
| 55 | + " Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB)\n", |
| 56 | + "Collecting gitpython!=3.1.29,>=1.0.0 (from wandb)\n", |
| 57 | + " Downloading GitPython-3.1.43-py3-none-any.whl (207 kB)\n", |
| 58 | + "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m207.3/207.3 kB\u001b[0m \u001b[31m25.5 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", |
| 59 | + "\u001b[?25hRequirement already satisfied: platformdirs in /home/software/anaconda3/2023.07/lib/python3.11/site-packages (from wandb) (2.5.2)\n", |
| 60 | + "Collecting protobuf!=4.21.0,<6,>=3.19.0 (from wandb)\n", |
| 61 | + " Downloading protobuf-5.27.3-cp38-abi3-manylinux2014_x86_64.whl (309 kB)\n", |
| 62 | + "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m309.3/309.3 kB\u001b[0m \u001b[31m33.5 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", |
| 63 | + "\u001b[?25hRequirement already satisfied: psutil>=5.0.0 in /home/software/anaconda3/2023.07/lib/python3.11/site-packages (from wandb) (5.9.0)\n", |
| 64 | + "Requirement already satisfied: pyyaml in /home/software/anaconda3/2023.07/lib/python3.11/site-packages (from wandb) (6.0)\n", |
| 65 | + "Requirement already satisfied: requests<3,>=2.0.0 in /home/software/anaconda3/2023.07/lib/python3.11/site-packages (from wandb) (2.29.0)\n", |
| 66 | + "Collecting sentry-sdk>=1.0.0 (from wandb)\n", |
| 67 | + " Downloading sentry_sdk-2.13.0-py2.py3-none-any.whl (309 kB)\n", |
| 68 | + "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m309.1/309.1 kB\u001b[0m \u001b[31m34.9 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", |
| 69 | + "\u001b[?25hCollecting setproctitle (from wandb)\n", |
| 70 | + " Downloading setproctitle-1.3.3-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (31 kB)\n", |
| 71 | + "Requirement already satisfied: setuptools in /home/software/anaconda3/2023.07/lib/python3.11/site-packages (from wandb) (67.8.0)\n", |
| 72 | + "Requirement already satisfied: six>=1.4.0 in /home/software/anaconda3/2023.07/lib/python3.11/site-packages (from docker-pycreds>=0.4.0->wandb) (1.16.0)\n", |
| 73 | + "Collecting gitdb<5,>=4.0.1 (from gitpython!=3.1.29,>=1.0.0->wandb)\n", |
| 74 | + " Downloading gitdb-4.0.11-py3-none-any.whl (62 kB)\n", |
| 75 | + "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m62.7/62.7 kB\u001b[0m \u001b[31m8.3 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", |
| 76 | + "\u001b[?25hRequirement already satisfied: charset-normalizer<4,>=2 in /home/software/anaconda3/2023.07/lib/python3.11/site-packages (from requests<3,>=2.0.0->wandb) (2.0.4)\n", |
| 77 | + "Requirement already satisfied: idna<4,>=2.5 in /home/software/anaconda3/2023.07/lib/python3.11/site-packages (from requests<3,>=2.0.0->wandb) (3.4)\n", |
| 78 | + "Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/software/anaconda3/2023.07/lib/python3.11/site-packages (from requests<3,>=2.0.0->wandb) (1.26.16)\n", |
| 79 | + "Requirement already satisfied: certifi>=2017.4.17 in /home/software/anaconda3/2023.07/lib/python3.11/site-packages (from requests<3,>=2.0.0->wandb) (2023.5.7)\n", |
| 80 | + "Collecting smmap<6,>=3.0.1 (from gitdb<5,>=4.0.1->gitpython!=3.1.29,>=1.0.0->wandb)\n", |
| 81 | + " Downloading smmap-5.0.1-py3-none-any.whl (24 kB)\n", |
| 82 | + "Installing collected packages: smmap, setproctitle, sentry-sdk, protobuf, docker-pycreds, gitdb, gitpython, wandb\n", |
| 83 | + "Successfully installed docker-pycreds-0.4.0 gitdb-4.0.11 gitpython-3.1.43 protobuf-5.27.3 sentry-sdk-2.13.0 setproctitle-1.3.3 smmap-5.0.1 wandb-0.17.6\n" |
| 84 | + ] |
| 85 | + } |
| 86 | + ], |
| 87 | + "source": [ |
| 88 | + "!pip install wandb" |
| 89 | + ] |
| 90 | + }, |
38 | 91 | { |
39 | 92 | "cell_type": "code", |
40 | 93 | "execution_count": 2, |
|
165 | 218 | ], |
166 | 219 | "metadata": { |
167 | 220 | "kernelspec": { |
168 | | - "display_name": "chris_env", |
| 221 | + "display_name": "Python 3 (ipykernel)", |
169 | 222 | "language": "python", |
170 | | - "name": "chris_env" |
| 223 | + "name": "python3" |
171 | 224 | }, |
172 | 225 | "language_info": { |
173 | 226 | "codemirror_mode": { |
|
179 | 232 | "name": "python", |
180 | 233 | "nbconvert_exporter": "python", |
181 | 234 | "pygments_lexer": "ipython3", |
182 | | - "version": "3.9.12" |
| 235 | + "version": "3.11.3" |
183 | 236 | } |
184 | 237 | }, |
185 | 238 | "nbformat": 4, |
|
0 commit comments