iComputerfreak

giftolottie error

May 2nd, 2020
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 6.72 KB | None | 0 0
  1. Last login: Fri May  1 13:47:42 on ttys000
  2. $ cd Desktop
  3. $ mkdir temp
  4. $ cd temp
  5. $ git clone https://github.com/bodqhrohro/giftolottie.git
  6. Cloning into 'giftolottie'...
  7. remote: Enumerating objects: 57, done.
  8. remote: Counting objects: 100% (57/57), done.
  9. remote: Compressing objects: 100% (30/30), done.
  10. remote: Total 57 (delta 26), reused 54 (delta 23), pack-reused 0
  11. Unpacking objects: 100% (57/57), done.
  12. $ cd giftolottie
  13. $ brew install gifsicle
  14. Updating Homebrew...
  15. ==> Auto-updated Homebrew!
  16. Updated 3 taps (heroku/brew, homebrew/core and homebrew/cask).
  17. ==> New Formulae
  18. < I removed this list, as it was very long. >
  19. ==> Deleted Formulae
  20. apache-zeppelin          ck                       djmount                  open-cobol
  21. arx                      cless                    field3d                  syncthing-inotify
  22. camlp4                   compcert                 gmediaserver             wu
  23. ==> Updated Casks
  24. < I removed this list, as it was very long. >
  25.  
  26. ==> Downloading https://homebrew.bintray.com/bottles/gifsicle-1.92.catalina.bottle.tar.gz
  27. ######################################################################## 100.0%
  28. ==> Pouring gifsicle-1.92.catalina.bottle.tar.gz
  29. 🍺  /usr/local/Cellar/gifsicle/1.92: 9 files, 321.6KB
  30. ==> `brew cleanup` has not been run in 30 days, running now...
  31. Removing: /Users/jonasfrey/Library/Logs/Homebrew/speedtest... (125B)
  32. $ pip3 install -r requirements.txt
  33. Collecting kaitaistruct (from -r requirements.txt (line 1))
  34.   Downloading https://files.pythonhosted.org/packages/23/71/8577ca06e81c1dc0ba03a39ae32e315175ba2d9df51befa3a45f47950056/kaitaistruct-0.8.tar.gz
  35. Collecting svgwrite (from -r requirements.txt (line 2))
  36.   Downloading https://files.pythonhosted.org/packages/1c/85/1dc25b36c3ac4f3fe285d33065fc0f2ea7bdfb9209d6369e01a3e8ef6252/svgwrite-1.4-py3-none-any.whl (66kB)
  37.     100% |████████████████████████████████| 71kB 1.5MB/s
  38. Collecting numpy (from -r requirements.txt (line 3))
  39.   Downloading https://files.pythonhosted.org/packages/a0/3b/9e23c7e8a313a7e03e960d9cd1542cadb7c8633a2eb42b48a8731e387a42/numpy-1.18.3-cp37-cp37m-macosx_10_9_x86_64.whl (15.1MB)
  40.     100% |████████████████████████████████| 15.1MB 900kB/s
  41. Building wheels for collected packages: kaitaistruct
  42.   Building wheel for kaitaistruct (setup.py) ... done
  43.   Stored in directory: /Users/jonasfrey/Library/Caches/pip/wheels/13/96/bf/b0b85f189392528465d57eefa22848ca333703d585700b86e2
  44. Successfully built kaitaistruct
  45. Installing collected packages: kaitaistruct, svgwrite, numpy
  46. Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: '/Library/Python/3.7'
  47. Consider using the `--user` option or check the permissions.
  48.  
  49. You are using pip version 19.0.3, however version 20.1 is available.
  50. You should consider upgrading via the 'pip install --upgrade pip' command.
  51. $ pip3 install -r requirements.txt --user
  52. Collecting kaitaistruct (from -r requirements.txt (line 1))
  53. Collecting svgwrite (from -r requirements.txt (line 2))
  54.   Using cached https://files.pythonhosted.org/packages/1c/85/1dc25b36c3ac4f3fe285d33065fc0f2ea7bdfb9209d6369e01a3e8ef6252/svgwrite-1.4-py3-none-any.whl
  55. Collecting numpy (from -r requirements.txt (line 3))
  56.   Using cached https://files.pythonhosted.org/packages/a0/3b/9e23c7e8a313a7e03e960d9cd1542cadb7c8633a2eb42b48a8731e387a42/numpy-1.18.3-cp37-cp37m-macosx_10_9_x86_64.whl
  57. Installing collected packages: kaitaistruct, svgwrite, numpy
  58.   The scripts f2py, f2py3 and f2py3.7 are installed in '/Users/jonasfrey/Library/Python/3.7/bin' which is not on PATH.
  59.   Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
  60. Successfully installed kaitaistruct-0.8 numpy-1.18.3 svgwrite-1.4
  61. You are using pip version 19.0.3, however version 20.1 is available.
  62. You should consider upgrading via the 'pip install --upgrade pip' command.
  63. $ python3 read.py input.gif output.tgs
  64. Traceback (most recent call last):
  65.   File "read.py", line 8, in <module>
  66.     import vendor.gif2numpy
  67.   File "/Users/jonasfrey/Desktop/temp/giftolottie/vendor/gif2numpy.py", line 30, in <module>
  68.     from pkg_resources import parse_version
  69. ModuleNotFoundError: No module named 'pkg_resources'
  70. $ pip install --upgrade pip
  71. zsh: command not found: pip
  72. $ pip3 install --upgrade pip3
  73. Collecting pip3
  74.   Could not find a version that satisfies the requirement pip3 (from versions: )
  75. No matching distribution found for pip3
  76. You are using pip version 19.0.3, however version 20.1 is available.
  77. You should consider upgrading via the 'pip install --upgrade pip' command.
  78. $ pip3 install --upgrade pip
  79. Collecting pip
  80.   Downloading https://files.pythonhosted.org/packages/54/2e/df11ea7e23e7e761d484ed3740285a34e38548cf2bad2bed3dd5768ec8b9/pip-20.1-py2.py3-none-any.whl (1.5MB)
  81.     100% |████████████████████████████████| 1.5MB 9.8MB/s
  82. Installing collected packages: pip
  83.   Found existing installation: pip 19.0.3
  84.     Uninstalling pip-19.0.3:
  85. Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: 'RECORD'
  86. Consider using the `--user` option or check the permissions.
  87.  
  88. You are using pip version 19.0.3, however version 20.1 is available.
  89. You should consider upgrading via the 'pip install --upgrade pip' command.
  90. $ pip3 install --upgrade pip --user
  91. Collecting pip
  92.   Using cached https://files.pythonhosted.org/packages/54/2e/df11ea7e23e7e761d484ed3740285a34e38548cf2bad2bed3dd5768ec8b9/pip-20.1-py2.py3-none-any.whl
  93. Installing collected packages: pip
  94. Successfully installed pip-20.1
  95. $ pip3 install -r requirements.txt --user
  96. WARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip.
  97. Please see https://github.com/pypa/pip/issues/5599 for advice on fixing the underlying issue.
  98. To avoid this problem you can invoke Python with '-m pip' instead of running pip directly.
  99. Requirement already satisfied: kaitaistruct in /Users/jonasfrey/Library/Python/3.7/lib/python/site-packages (from -r requirements.txt (line 1)) (0.8)
  100. Requirement already satisfied: svgwrite in /Users/jonasfrey/Library/Python/3.7/lib/python/site-packages (from -r requirements.txt (line 2)) (1.4)
  101. Requirement already satisfied: numpy in /Users/jonasfrey/Library/Python/3.7/lib/python/site-packages (from -r requirements.txt (line 3)) (1.18.3)
  102. $ python3 read.py input.gif output.tgs
  103. Traceback (most recent call last):
  104.   File "read.py", line 8, in <module>
  105.     import vendor.gif2numpy
  106.   File "/Users/jonasfrey/Desktop/temp/giftolottie/vendor/gif2numpy.py", line 30, in <module>
  107.     from pkg_resources import parse_version
  108. ModuleNotFoundError: No module named 'pkg_resources'
Add Comment
Please, Sign In to add comment