Skip to content

Instantly share code, notes, and snippets.

@cathalmccabe
Created March 9, 2020 09:53
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save cathalmccabe/5478b81c40ce931b624a46fb1fb2587d to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Test install of nexmo"
]
},
{
"cell_type": "code",
"execution_count": 2,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Collecting nexmo\n",
" Downloading https://files.pythonhosted.org/packages/35/87/e5514c51239cebc8f1f5ebb6b3648ae11cd45972493115a61b26c76b0f63/nexmo-2.4.0-py2.py3-none-any.whl\n",
"Collecting pytz>=2018.5 (from nexmo)\n",
" Downloading https://files.pythonhosted.org/packages/e7/f9/f0b53f88060247251bf481fa6ea62cd0d25bf1b11a87888e53ce5b7c8ad2/pytz-2019.3-py2.py3-none-any.whl (509kB)\n",
"\u001b[K 100% |████████████████████████████████| 512kB 172kB/s ta 0:00:01 18% |█████▉ | 92kB 1.2MB/s eta 0:00:01 36% |███████████▋ | 184kB 734kB/s eta 0:00:01\n",
"\u001b[?25hCollecting PyJWT[crypto]>=1.6.4 (from nexmo)\n",
" Downloading https://files.pythonhosted.org/packages/87/8b/6a9f14b5f781697e51259d81657e6048fd31a113229cf346880bb7545565/PyJWT-1.7.1-py2.py3-none-any.whl\n",
"Requirement already satisfied: requests>=2.4.2 in /usr/lib/python3/dist-packages (from nexmo)\n",
"Collecting cryptography>=1.4; extra == \"crypto\" (from PyJWT[crypto]>=1.6.4->nexmo)\n",
" Downloading https://files.pythonhosted.org/packages/be/60/da377e1bed002716fb2d5d1d1cab720f298cb33ecff7bf7adea72788e4e4/cryptography-2.8.tar.gz (504kB)\n",
"\u001b[K 100% |████████████████████████████████| 512kB 203kB/s ta 0:00:01\n",
"\u001b[?25hRequirement already satisfied: cffi!=1.11.3,>=1.8 in /usr/lib/python3/dist-packages (from cryptography>=1.4; extra == \"crypto\"->PyJWT[crypto]>=1.6.4->nexmo)\n",
"Requirement already satisfied: six>=1.4.1 in /usr/lib/python3/dist-packages (from cryptography>=1.4; extra == \"crypto\"->PyJWT[crypto]>=1.6.4->nexmo)\n",
"Building wheels for collected packages: cryptography\n",
" Running setup.py bdist_wheel for cryptography ... \u001b[?25ldone\n",
"\u001b[?25h Stored in directory: /root/.cache/pip/wheels/66/58/f4/ee57b905455fdea8c0cff8ebf256c889a69c4b5f6acb1290fa\n",
"Successfully built cryptography\n",
"Installing collected packages: pytz, cryptography, PyJWT, nexmo\n",
" Found existing installation: pytz 2018.3\n",
" Not uninstalling pytz at /usr/lib/python3/dist-packages, outside environment /usr\n",
"Successfully installed PyJWT-1.7.1 cryptography-2.8 nexmo-2.4.0 pytz-2019.3\n"
]
}
],
"source": [
"!pip3 install nexmo"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.5"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment