Untitled

From Commodious Duck, 5 Years ago, written in Plain Text, viewed 563 times.
URL https://p.gaa.st/view/25064071 Embed
Download Paste or View Raw
  1. wilmer@ruby:~$ . /tmp/bla/bin/activate
  2. (bla) wilmer@ruby:~$
  3. (bla) wilmer@ruby:~$
  4. (bla) wilmer@ruby:~$ python
  5. Python 3.7.2 (default, Jan  3 2019, 02:55:40)
  6. [GCC 8.2.0] on linux
  7. Type "help", "copyright", "credits" or "license" for more information.
  8. >>> import dulwich
  9. Traceback (most recent call last):
  10.   File "<stdin>", line 1, in <module>
  11. ModuleNotFoundError: No module named 'dulwich'
  12. >>>
  13. (bla) wilmer@ruby:~$ pip install dulwich
  14. Collecting dulwich
  15.   Downloading https://files.pythonhosted.org/packages/34/00/4ec53616000991d78fe49808a3d435db1b0f8ffccbacd8282b7bb9fad60e/dulwich-0.19.10.tar.gz (360kB)
  16.     100% |████████████████████████████████| 368kB 4.8MB/s
  17. Collecting urllib3>=1.23 (from dulwich)
  18.   Downloading https://files.pythonhosted.org/packages/62/00/ee1d7de624db8ba7090d1226aebefab96a2c71cd5cfa7629d6ad3f61b79e/urllib3-1.24.1-py2.py3-none-any.whl (118kB)
  19.     100% |████████████████████████████████| 122kB 9.6MB/s
  20. Collecting certifi (from dulwich)
  21.   Downloading https://files.pythonhosted.org/packages/9f/e0/accfc1b56b57e9750eba272e24c4dddeac86852c2bebd1236674d7887e8a/certifi-2018.11.29-py2.py3-none-any.whl (154kB)
  22.     100% |████████████████████████████████| 163kB 9.7MB/s
  23. Building wheels for collected packages: dulwich
  24.   Running setup.py bdist_wheel for dulwich ... done
  25.   Stored in directory: /home/wilmer/.cache/pip/wheels/fc/b9/5c/bbcffaa17bea9b9db065cfeb68e22c3c76a5c5c154bf0a57a8
  26. Successfully built dulwich
  27. Installing collected packages: urllib3, certifi, dulwich
  28. Successfully installed certifi-2018.11.29 dulwich-0.19.10 urllib3-1.24.1
  29. (bla) wilmer@ruby:~$ python
  30. Python 3.7.2 (default, Jan  3 2019, 02:55:40)
  31. [GCC 8.2.0] on linux
  32. Type "help", "copyright", "credits" or "license" for more information.
  33. >>> import dulwich
  34.  

Reply to "Untitled"

Here you can reply to the paste above