Advertisement
Guest User

spyder_installation

a guest
May 23rd, 2021
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 41.21 KB | None | 0 0
  1.  
  2.  
  3.  
  4. (base) martin@mx:~
  5. $ conda install spyder
  6. Collecting package metadata (current_repodata.json): done
  7. Solving environment: done
  8.  
  9. # All requested packages already installed.
  10.  
  11. (base) martin@mx:~
  12. $ conda update spyder
  13. Collecting package metadata (current_repodata.json): done
  14. Solving environment: -
  15.  
  16. Updating spyder is constricted by
  17.  
  18. anaconda -> requires spyder==4.0.1=py37_0
  19.  
  20. If you are sure you want an update of your package either try `conda update --all` or install a specific version of the package you want using `conda install <pkg>=<version>`
  21.  
  22. done
  23.  
  24. # All requested packages already installed.
  25.  
  26. (base) martin@mx:~
  27. $ conda install spyder 5.00
  28. Collecting package metadata (current_repodata.json): done
  29. Solving environment: failed with initial frozen solve. Retrying with flexible solve.
  30. Collecting package metadata (repodata.json): done
  31. Solving environment: failed with initial frozen solve. Retrying with flexible solve.
  32.  
  33. PackagesNotFoundError: The following packages are not available from current channels:
  34.  
  35.   - 5.00
  36.  
  37. Current channels:
  38.  
  39.   - https://repo.anaconda.com/pkgs/main/linux-64
  40.   - https://repo.anaconda.com/pkgs/main/noarch
  41.   - https://repo.anaconda.com/pkgs/r/linux-64
  42.   - https://repo.anaconda.com/pkgs/r/noarch
  43.  
  44. To search for alternate channels that may provide the conda package you're
  45. looking for, navigate to
  46.  
  47.    https://anaconda.org
  48.  
  49. and use the search bar at the top of the page.
  50.  
  51.  
  52. (base) martin@mx:~
  53. $ conda update spyder
  54. Collecting package metadata (current_repodata.json): done
  55. Solving environment: -
  56.  
  57. Updating spyder is constricted by
  58.  
  59. anaconda -> requires spyder==4.0.1=py37_0
  60.  
  61. If you are sure you want an update of your package either try `conda update --all` or install a specific version of the package you want using `conda install <pkg>=<version>`
  62.  
  63. done
  64.  
  65. # All requested packages already installed.
  66.  
  67. (base) martin@mx:~
  68. $ pip install --upgrade spyder
  69. Requirement already satisfied: spyder in ./anaconda3/lib/python3.7/site-packages (4.0.1)
  70. Collecting spyder
  71.  Downloading spyder-5.0.3-py3-none-any.whl (10.6 MB)
  72.     |████████████████████████████████| 10.6 MB 1.5 MB/s
  73. Requirement already satisfied: chardet>=2.0.0 in ./anaconda3/lib/python3.7/site-packages (from spyder) (3.0.4)
  74. Collecting qdarkstyle==3.0.2
  75.  Downloading QDarkStyle-3.0.2-py2.py3-none-any.whl (453 kB)
  76.     |████████████████████████████████| 453 kB 1.3 MB/s
  77. Requirement already satisfied: cloudpickle>=0.5.0 in ./anaconda3/lib/python3.7/site-packages (from spyder) (1.3.0)
  78. Requirement already satisfied: intervaltree>=3.0.2 in ./anaconda3/lib/python3.7/site-packages (from spyder) (3.0.2)
  79. Requirement already satisfied: numpydoc>=0.6.0 in ./anaconda3/lib/python3.7/site-packages (from spyder) (0.9.2)
  80. Collecting qtawesome>=1.0.2
  81.  Downloading QtAwesome-1.0.2-py3-none-any.whl (862 kB)
  82.     |████████████████████████████████| 862 kB 1.3 MB/s
  83. Collecting pyls-black>=0.4.6
  84.  Downloading pyls_black-0.4.6-py3-none-any.whl (4.2 kB)
  85. Requirement already satisfied: psutil>=5.3 in ./anaconda3/lib/python3.7/site-packages (from spyder) (5.6.7)
  86. Collecting pyqtwebengine<5.13
  87.  Downloading PyQtWebEngine-5.12.1-5.12.10-cp35.cp36.cp37.cp38.cp39-abi3-manylinux1_x86_64.whl (60.1 MB)
  88.     |████████████████████████████████| 60.1 MB 31 kB/s
  89. Collecting spyder-kernels<2.1.0,>=2.0.3
  90.  Downloading spyder_kernels-2.0.3-py2.py3-none-any.whl (65 kB)
  91.     |████████████████████████████████| 65 kB 266 kB/s
  92. Requirement already satisfied: pyxdg>=0.26 in ./anaconda3/lib/python3.7/site-packages (from spyder) (0.26)
  93. Collecting pyqt5<5.13
  94.  Downloading PyQt5-5.12.3-5.12.10-cp35.cp36.cp37.cp38.cp39-abi3-manylinux1_x86_64.whl (62.4 MB)
  95.     |████████████████████████████████| 62.4 MB 16 kB/s
  96. Requirement already satisfied: ipython>=7.6.0 in ./anaconda3/lib/python3.7/site-packages (from spyder) (7.12.0)
  97. Collecting qstylizer>=0.1.10
  98.  Downloading qstylizer-0.2.0-py2.py3-none-any.whl (15 kB)
  99. Collecting watchdog<2.0.0,>=0.10.3
  100.  Downloading watchdog-1.0.2-py3-none-manylinux2014_x86_64.whl (72 kB)
  101.     |████████████████████████████████| 72 kB 118 kB/s
  102. Collecting rtree>=0.9.7
  103.  Downloading Rtree-0.9.7-cp37-cp37m-manylinux2010_x86_64.whl (994 kB)
  104.     |████████████████████████████████| 994 kB 1.3 MB/s
  105. Collecting cookiecutter>=1.6.0
  106.  Downloading cookiecutter-1.7.3-py2.py3-none-any.whl (34 kB)
  107. Requirement already satisfied: pickleshare>=0.4 in ./anaconda3/lib/python3.7/site-packages (from spyder) (0.7.5)
  108. Requirement already satisfied: pexpect>=4.4.0 in ./anaconda3/lib/python3.7/site-packages (from spyder) (4.8.0)
  109. Requirement already satisfied: pygments>=2.0 in ./anaconda3/lib/python3.7/site-packages (from spyder) (2.5.2)
  110. Requirement already satisfied: keyring>=17.0.0 in ./anaconda3/lib/python3.7/site-packages (from spyder) (21.1.0)
  111. Requirement already satisfied: setuptools>=39.0.0 in ./anaconda3/lib/python3.7/site-packages (from spyder) (45.2.0.post20200210)
  112. Requirement already satisfied: sphinx>=0.6.6 in ./anaconda3/lib/python3.7/site-packages (from spyder) (2.4.0)
  113. Requirement already satisfied: pylint>=1.0 in ./anaconda3/lib/python3.7/site-packages (from spyder) (2.4.4)
  114. Requirement already satisfied: diff-match-patch>=20181111 in ./anaconda3/lib/python3.7/site-packages (from spyder) (20181111)
  115. Requirement already satisfied: pyzmq>=17 in ./anaconda3/lib/python3.7/site-packages (from spyder) (18.1.1)
  116. Collecting pyls-spyder<0.4.0,>=0.3.2
  117.  Downloading pyls_spyder-0.3.2-py2.py3-none-any.whl (8.1 kB)
  118. Collecting jedi==0.17.2
  119.  Downloading jedi-0.17.2-py2.py3-none-any.whl (1.4 MB)
  120.     |████████████████████████████████| 1.4 MB 101 kB/s
  121. Collecting python-language-server[all]<1.0.0,>=0.36.2
  122.  Downloading python_language_server-0.36.2-py2.py3-none-any.whl (51 kB)
  123.     |████████████████████████████████| 51 kB 24 kB/s
  124. Collecting textdistance>=4.2.0
  125.  Downloading textdistance-4.2.1-py3-none-any.whl (28 kB)
  126. Requirement already satisfied: qtpy>=1.5.0 in ./anaconda3/lib/python3.7/site-packages (from spyder) (1.9.0)
  127. Requirement already satisfied: nbconvert>=4.0 in ./anaconda3/lib/python3.7/site-packages (from spyder) (5.6.1)
  128. Collecting parso==0.7.0
  129.  Downloading parso-0.7.0-py2.py3-none-any.whl (100 kB)
  130.     |████████████████████████████████| 100 kB 523 kB/s
  131. Collecting qtconsole>=5.1.0
  132.  Downloading qtconsole-5.1.0-py3-none-any.whl (119 kB)
  133.     |████████████████████████████████| 119 kB 1.3 MB/s
  134. Collecting three-merge>=0.1.1
  135.  Downloading three_merge-0.1.1-py2.py3-none-any.whl (6.4 kB)
  136. Requirement already satisfied: atomicwrites>=1.2.0 in ./anaconda3/lib/python3.7/site-packages (from spyder) (1.3.0)
  137. Requirement already satisfied: jsonschema>=3.2.0 in ./anaconda3/lib/python3.7/site-packages (from spyder) (3.2.0)
  138. Collecting binaryornot>=0.4.4
  139.  Downloading binaryornot-0.4.4-py2.py3-none-any.whl (9.0 kB)
  140. Requirement already satisfied: six>=1.10 in ./anaconda3/lib/python3.7/site-packages (from cookiecutter>=1.6.0->spyder) (1.14.0)
  141. Requirement already satisfied: Jinja2<4.0.0,>=2.7 in ./anaconda3/lib/python3.7/site-packages (from cookiecutter>=1.6.0->spyder) (2.11.1)
  142. Requirement already satisfied: click>=7.0 in ./anaconda3/lib/python3.7/site-packages (from cookiecutter>=1.6.0->spyder) (7.0)
  143. Collecting jinja2-time>=0.2.0
  144.  Downloading jinja2_time-0.2.0-py2.py3-none-any.whl (6.4 kB)
  145. Collecting python-slugify>=4.0.0
  146.  Downloading python_slugify-5.0.2-py2.py3-none-any.whl (6.7 kB)
  147. Collecting poyo>=0.5.0
  148.  Downloading poyo-0.5.0-py2.py3-none-any.whl (10 kB)
  149. Collecting requests>=2.23.0
  150.  Downloading requests-2.25.1-py2.py3-none-any.whl (61 kB)
  151.     |████████████████████████████████| 61 kB 448 kB/s
  152. Requirement already satisfied: sortedcontainers<3.0,>=2.0 in ./anaconda3/lib/python3.7/site-packages (from intervaltree>=3.0.2->spyder) (2.1.0)
  153. Requirement already satisfied: backcall in ./anaconda3/lib/python3.7/site-packages (from ipython>=7.6.0->spyder) (0.1.0)
  154. Requirement already satisfied: decorator in ./anaconda3/lib/python3.7/site-packages (from ipython>=7.6.0->spyder) (4.4.1)
  155. Requirement already satisfied: traitlets>=4.2 in ./anaconda3/lib/python3.7/site-packages (from ipython>=7.6.0->spyder) (4.3.3)
  156. Requirement already satisfied: prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0 in ./anaconda3/lib/python3.7/site-packages (from ipython>=7.6.0->spyder) (3.0.3)
  157. Requirement already satisfied: MarkupSafe>=0.23 in ./anaconda3/lib/python3.7/site-packages (from Jinja2<4.0.0,>=2.7->cookiecutter>=1.6.0->spyder) (1.1.1)
  158. Collecting arrow
  159.  Downloading arrow-1.1.0-py3-none-any.whl (58 kB)
  160.     |████████████████████████████████| 58 kB 504 kB/s
  161. Requirement already satisfied: importlib-metadata in ./anaconda3/lib/python3.7/site-packages (from jsonschema>=3.2.0->spyder) (1.5.0)
  162. Requirement already satisfied: attrs>=17.4.0 in ./anaconda3/lib/python3.7/site-packages (from jsonschema>=3.2.0->spyder) (19.3.0)
  163. Requirement already satisfied: pyrsistent>=0.14.0 in ./anaconda3/lib/python3.7/site-packages (from jsonschema>=3.2.0->spyder) (0.15.7)
  164. Requirement already satisfied: jeepney>=0.4.2 in ./anaconda3/lib/python3.7/site-packages (from keyring>=17.0.0->spyder) (0.4.2)
  165. Requirement already satisfied: SecretStorage>=3 in ./anaconda3/lib/python3.7/site-packages (from keyring>=17.0.0->spyder) (3.1.2)
  166. Requirement already satisfied: nbformat>=4.4 in ./anaconda3/lib/python3.7/site-packages (from nbconvert>=4.0->spyder) (5.0.4)
  167. Requirement already satisfied: jupyter-core in ./anaconda3/lib/python3.7/site-packages (from nbconvert>=4.0->spyder) (4.6.1)
  168. Requirement already satisfied: pandocfilters>=1.4.1 in ./anaconda3/lib/python3.7/site-packages (from nbconvert>=4.0->spyder) (1.4.2)
  169. Requirement already satisfied: defusedxml in ./anaconda3/lib/python3.7/site-packages (from nbconvert>=4.0->spyder) (0.6.0)
  170. Requirement already satisfied: mistune<2,>=0.8.1 in ./anaconda3/lib/python3.7/site-packages (from nbconvert>=4.0->spyder) (0.8.4)
  171. Requirement already satisfied: testpath in ./anaconda3/lib/python3.7/site-packages (from nbconvert>=4.0->spyder) (0.4.4)
  172. Requirement already satisfied: bleach in ./anaconda3/lib/python3.7/site-packages (from nbconvert>=4.0->spyder) (3.1.0)
  173. Requirement already satisfied: entrypoints>=0.2.2 in ./anaconda3/lib/python3.7/site-packages (from nbconvert>=4.0->spyder) (0.3)
  174. Requirement already satisfied: ipython-genutils in ./anaconda3/lib/python3.7/site-packages (from nbformat>=4.4->nbconvert>=4.0->spyder) (0.2.0)
  175. Requirement already satisfied: ptyprocess>=0.5 in ./anaconda3/lib/python3.7/site-packages (from pexpect>=4.4.0->spyder) (0.6.0)
  176. Requirement already satisfied: wcwidth in ./anaconda3/lib/python3.7/site-packages (from prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0->ipython>=7.6.0->spyder) (0.1.8)
  177. Requirement already satisfied: astroid<2.4,>=2.3.0 in ./anaconda3/lib/python3.7/site-packages (from pylint>=1.0->spyder) (2.3.3)
  178. Requirement already satisfied: isort<5,>=4.2.5 in ./anaconda3/lib/python3.7/site-packages (from pylint>=1.0->spyder) (4.3.21)
  179. Requirement already satisfied: mccabe<0.7,>=0.6 in ./anaconda3/lib/python3.7/site-packages (from pylint>=1.0->spyder) (0.6.1)
  180. Requirement already satisfied: wrapt==1.11.* in ./anaconda3/lib/python3.7/site-packages (from astroid<2.4,>=2.3.0->pylint>=1.0->spyder) (1.11.2)
  181. Requirement already satisfied: lazy-object-proxy==1.4.* in ./anaconda3/lib/python3.7/site-packages (from astroid<2.4,>=2.3.0->pylint>=1.0->spyder) (1.4.3)
  182. Collecting typed-ast<1.5,>=1.4.0
  183.  Downloading typed_ast-1.4.3-cp37-cp37m-manylinux1_x86_64.whl (743 kB)
  184.     |████████████████████████████████| 743 kB 1.3 MB/s
  185. Collecting black>=19.3b0
  186.  Downloading black-21.5b1-py3-none-any.whl (137 kB)
  187.     |████████████████████████████████| 137 kB 1.3 MB/s
  188. Collecting toml
  189.  Downloading toml-0.10.2-py2.py3-none-any.whl (16 kB)
  190. Requirement already satisfied: python-language-server in ./anaconda3/lib/python3.7/site-packages (from pyls-black>=0.4.6->spyder) (0.31.7)
  191. Collecting mypy-extensions>=0.4.3
  192.  Downloading mypy_extensions-0.4.3-py2.py3-none-any.whl (4.5 kB)
  193. Collecting click>=7.0
  194.  Downloading click-8.0.1-py3-none-any.whl (97 kB)
  195.     |████████████████████████████████| 97 kB 447 kB/s
  196. Collecting regex>=2020.1.8
  197.  Downloading regex-2021.4.4-cp37-cp37m-manylinux2014_x86_64.whl (720 kB)
  198.     |████████████████████████████████| 720 kB 1.4 MB/s
  199. Collecting appdirs
  200.  Downloading appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB)
  201. Collecting pathspec<1,>=0.8.1
  202.  Downloading pathspec-0.8.1-py2.py3-none-any.whl (28 kB)
  203. Collecting typing-extensions>=3.7.4
  204.  Downloading typing_extensions-3.10.0.0-py3-none-any.whl (26 kB)
  205. Collecting PyQt5_sip<13,>=4.19.14
  206.  Downloading PyQt5_sip-12.9.0-cp37-cp37m-manylinux1_x86_64.whl (317 kB)
  207.     |████████████████████████████████| 317 kB 1.3 MB/s
  208. Collecting python-jsonrpc-server>=0.4.0
  209.  Downloading python_jsonrpc_server-0.4.0-py3-none-any.whl (8.9 kB)
  210. Collecting ujson>=3.0.0
  211.  Downloading ujson-4.0.2-cp37-cp37m-manylinux1_x86_64.whl (179 kB)
  212.     |████████████████████████████████| 179 kB 1.3 MB/s
  213. Requirement already satisfied: pluggy in ./anaconda3/lib/python3.7/site-packages (from python-language-server[all]<1.0.0,>=0.36.2->spyder) (0.13.1)
  214. Collecting pycodestyle<2.7.0,>=2.6.0
  215.  Downloading pycodestyle-2.6.0-py2.py3-none-any.whl (41 kB)
  216.     |████████████████████████████████| 41 kB 32 kB/s
  217. Requirement already satisfied: autopep8 in ./anaconda3/lib/python3.7/site-packages (from python-language-server[all]<1.0.0,>=0.36.2->spyder) (1.4.4)
  218. Requirement already satisfied: pydocstyle>=2.0.0 in ./anaconda3/lib/python3.7/site-packages (from python-language-server[all]<1.0.0,>=0.36.2->spyder) (4.0.1)
  219. Collecting pylint>=1.0
  220.  Downloading pylint-2.8.2-py3-none-any.whl (357 kB)
  221.     |████████████████████████████████| 357 kB 1.3 MB/s
  222. Requirement already satisfied: rope>=0.10.5 in ./anaconda3/lib/python3.7/site-packages (from python-language-server[all]<1.0.0,>=0.36.2->spyder) (0.16.0)
  223. Collecting pyflakes<2.3.0,>=2.2.0
  224.  Downloading pyflakes-2.2.0-py2.py3-none-any.whl (66 kB)
  225.     |████████████████████████████████| 66 kB 331 kB/s
  226. Collecting flake8>=3.8.0
  227.  Downloading flake8-3.9.2-py2.py3-none-any.whl (73 kB)
  228.     |████████████████████████████████| 73 kB 200 kB/s
  229. Requirement already satisfied: yapf in ./anaconda3/lib/python3.7/site-packages (from python-language-server[all]<1.0.0,>=0.36.2->spyder) (0.28.0)
  230.  Downloading flake8-3.9.1-py2.py3-none-any.whl (73 kB)
  231.     |████████████████████████████████| 73 kB 106 kB/s
  232.  Downloading flake8-3.9.0-py2.py3-none-any.whl (73 kB)
  233.     |████████████████████████████████| 73 kB 162 kB/s
  234.  Downloading flake8-3.8.4-py2.py3-none-any.whl (72 kB)
  235.     |████████████████████████████████| 72 kB 148 kB/s
  236. Requirement already satisfied: snowballstemmer in ./anaconda3/lib/python3.7/site-packages (from pydocstyle>=2.0.0->python-language-server[all]<1.0.0,>=0.36.2->spyder) (2.0.0)
  237. Collecting pylint>=1.0
  238.  Downloading pylint-2.8.1-py3-none-any.whl (357 kB)
  239.     |████████████████████████████████| 357 kB 1.3 MB/s
  240.  Downloading pylint-2.8.0-py3-none-any.whl (357 kB)
  241.     |████████████████████████████████| 357 kB 1.3 MB/s
  242.  Downloading pylint-2.7.4-py3-none-any.whl (346 kB)
  243.     |████████████████████████████████| 346 kB 1.3 MB/s
  244.  Downloading pylint-2.7.3-py3-none-any.whl (346 kB)
  245.     |████████████████████████████████| 346 kB 1.3 MB/s
  246.  Downloading pylint-2.7.2-py3-none-any.whl (342 kB)
  247.     |████████████████████████████████| 342 kB 1.3 MB/s
  248.  Downloading pylint-2.7.1-py3-none-any.whl (343 kB)
  249.     |████████████████████████████████| 343 kB 1.3 MB/s
  250.  Downloading pylint-2.7.0-py3-none-any.whl (342 kB)
  251.     |████████████████████████████████| 342 kB 1.3 MB/s
  252.  Downloading pylint-2.6.2-py3-none-any.whl (325 kB)
  253.     |████████████████████████████████| 325 kB 1.3 MB/s
  254.  Downloading pylint-2.6.1-py3-none-any.whl (360 kB)
  255.     |████████████████████████████████| 360 kB 1.3 MB/s
  256.  Downloading pylint-2.6.0-py3-none-any.whl (325 kB)
  257.     |████████████████████████████████| 325 kB 1.3 MB/s
  258.  Downloading pylint-2.5.3-py3-none-any.whl (324 kB)
  259.     |████████████████████████████████| 324 kB 1.3 MB/s
  260.  Downloading pylint-2.5.2-py3-none-any.whl (324 kB)
  261.     |████████████████████████████████| 324 kB 1.3 MB/s
  262.  Downloading pylint-2.5.1-py3-none-any.whl (324 kB)
  263.     |████████████████████████████████| 324 kB 1.3 MB/s
  264.  Downloading pylint-2.5.0-py3-none-any.whl (324 kB)
  265.     |████████████████████████████████| 324 kB 1.3 MB/s
  266. INFO: pip is looking at multiple versions of pyflakes to determine which version is compatible with other requirements. This could take a while.
  267. INFO: pip is looking at multiple versions of pydocstyle to determine which version is compatible with other requirements. This could take a while.
  268. Collecting pydocstyle>=2.0.0
  269.  Downloading pydocstyle-6.1.1-py3-none-any.whl (37 kB)
  270.  Downloading pydocstyle-6.1.0-py3-none-any.whl (37 kB)
  271.  Downloading pydocstyle-6.0.0-py3-none-any.whl (36 kB)
  272.  Downloading pydocstyle-5.1.1-py3-none-any.whl (35 kB)
  273.  Downloading pydocstyle-5.1.0-py3-none-any.whl (35 kB)
  274.  Downloading pydocstyle-5.0.2-py3-none-any.whl (35 kB)
  275.  Downloading pydocstyle-5.0.1-py3-none-any.whl (35 kB)
  276. INFO: pip is looking at multiple versions of pyflakes to determine which version is compatible with other requirements. This could take a while.
  277. INFO: pip is looking at multiple versions of pydocstyle to determine which version is compatible with other requirements. This could take a while.
  278.  Downloading pydocstyle-5.0.0-py3-none-any.whl (35 kB)
  279.  Downloading pydocstyle-4.0.0-py3-none-any.whl (33 kB)
  280.  Downloading pydocstyle-3.0.0-py3-none-any.whl (33 kB)
  281.  Downloading pydocstyle-2.1.1-py3-none-any.whl (31 kB)
  282.  Downloading pydocstyle-2.1.0-py2.py3-none-any.whl (31 kB)
  283. INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. If you want to abort this run, you can press Ctrl + C to do so. To improve how pip performs, tell us what happened here: https://pip.pypa.io/surveys/backtracking
  284. INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. If you want to abort this run, you can press Ctrl + C to do so. To improve how pip performs, tell us what happened here: https://pip.pypa.io/surveys/backtracking
  285.  Downloading pydocstyle-2.0.0-py2.py3-none-any.whl (30 kB)
  286.  
  287. (base) martin@mx:~
  288. $ conda install spyder
  289. Collecting package metadata (current_repodata.json): done
  290. Solving environment: done
  291.  
  292. # All requested packages already installed.
  293.  
  294. (base) martin@mx:~
  295. $ conda update spyder
  296. Collecting package metadata (current_repodata.json): done
  297. Solving environment: -
  298.  
  299. Updating spyder is constricted by
  300.  
  301. anaconda -> requires spyder==4.0.1=py37_0
  302.  
  303. If you are sure you want an update of your package either try `conda update --all` or install a specific version of the package you want using `conda install <pkg>=<version>`
  304.  
  305. done
  306.  
  307. # All requested packages already installed.
  308.  
  309. (base) martin@mx:~
  310. $ conda install spyder 5.00
  311. Collecting package metadata (current_repodata.json): done
  312. Solving environment: failed with initial frozen solve. Retrying with flexible solve.
  313. Collecting package metadata (repodata.json): done
  314. Solving environment: failed with initial frozen solve. Retrying with flexible solve.
  315.  
  316. PackagesNotFoundError: The following packages are not available from current channels:
  317.  
  318.  - 5.00
  319.  
  320. Current channels:
  321.  
  322.  - https://repo.anaconda.com/pkgs/main/linux-64
  323.  - https://repo.anaconda.com/pkgs/main/noarch
  324.  - https://repo.anaconda.com/pkgs/r/linux-64
  325.  - https://repo.anaconda.com/pkgs/r/noarch
  326.  
  327. To search for alternate channels that may provide the conda package you're
  328. looking for, navigate to
  329.  
  330.     https://anaconda.org
  331.  
  332. and use the search bar at the top of the page.
  333.  
  334.  
  335. (base) martin@mx:~
  336. $ conda update spyder
  337. Collecting package metadata (current_repodata.json): done
  338. Solving environment: -
  339.  
  340. Updating spyder is constricted by
  341.  
  342. anaconda -> requires spyder==4.0.1=py37_0
  343.  
  344. If you are sure you want an update of your package either try `conda update --all` or install a specific version of the package you want using `conda install <pkg>=<version>`
  345.  
  346. done
  347.  
  348. # All requested packages already installed.
  349.  
  350. (base) martin@mx:~
  351. $ pip install --upgrade spyder
  352. Requirement already satisfied: spyder in ./anaconda3/lib/python3.7/site-packages (4.0.1)
  353. Collecting spyder
  354.   Downloading spyder-5.0.3-py3-none-any.whl (10.6 MB)
  355.      |████████████████████████████████| 10.6 MB 1.5 MB/s
  356. Requirement already satisfied: chardet>=2.0.0 in ./anaconda3/lib/python3.7/site-packages (from spyder) (3.0.4)
  357. Collecting qdarkstyle==3.0.2
  358.   Downloading QDarkStyle-3.0.2-py2.py3-none-any.whl (453 kB)
  359.      |████████████████████████████████| 453 kB 1.3 MB/s
  360. Requirement already satisfied: cloudpickle>=0.5.0 in ./anaconda3/lib/python3.7/site-packages (from spyder) (1.3.0)
  361. Requirement already satisfied: intervaltree>=3.0.2 in ./anaconda3/lib/python3.7/site-packages (from spyder) (3.0.2)
  362. Requirement already satisfied: numpydoc>=0.6.0 in ./anaconda3/lib/python3.7/site-packages (from spyder) (0.9.2)
  363. Collecting qtawesome>=1.0.2
  364.   Downloading QtAwesome-1.0.2-py3-none-any.whl (862 kB)
  365.      |████████████████████████████████| 862 kB 1.3 MB/s
  366. Collecting pyls-black>=0.4.6
  367.   Downloading pyls_black-0.4.6-py3-none-any.whl (4.2 kB)
  368. Requirement already satisfied: psutil>=5.3 in ./anaconda3/lib/python3.7/site-packages (from spyder) (5.6.7)
  369. Collecting pyqtwebengine<5.13
  370.   Downloading PyQtWebEngine-5.12.1-5.12.10-cp35.cp36.cp37.cp38.cp39-abi3-manylinux1_x86_64.whl (60.1 MB)
  371.      |████████████████████████████████| 60.1 MB 31 kB/s
  372. Collecting spyder-kernels<2.1.0,>=2.0.3
  373.   Downloading spyder_kernels-2.0.3-py2.py3-none-any.whl (65 kB)
  374.      |████████████████████████████████| 65 kB 266 kB/s
  375. Requirement already satisfied: pyxdg>=0.26 in ./anaconda3/lib/python3.7/site-packages (from spyder) (0.26)
  376. Collecting pyqt5<5.13
  377.   Downloading PyQt5-5.12.3-5.12.10-cp35.cp36.cp37.cp38.cp39-abi3-manylinux1_x86_64.whl (62.4 MB)
  378.      |████████████████████████████████| 62.4 MB 16 kB/s
  379. Requirement already satisfied: ipython>=7.6.0 in ./anaconda3/lib/python3.7/site-packages (from spyder) (7.12.0)
  380. Collecting qstylizer>=0.1.10
  381.   Downloading qstylizer-0.2.0-py2.py3-none-any.whl (15 kB)
  382. Collecting watchdog<2.0.0,>=0.10.3
  383.   Downloading watchdog-1.0.2-py3-none-manylinux2014_x86_64.whl (72 kB)
  384.      |████████████████████████████████| 72 kB 118 kB/s
  385. Collecting rtree>=0.9.7
  386.   Downloading Rtree-0.9.7-cp37-cp37m-manylinux2010_x86_64.whl (994 kB)
  387.      |████████████████████████████████| 994 kB 1.3 MB/s
  388. Collecting cookiecutter>=1.6.0
  389.   Downloading cookiecutter-1.7.3-py2.py3-none-any.whl (34 kB)
  390. Requirement already satisfied: pickleshare>=0.4 in ./anaconda3/lib/python3.7/site-packages (from spyder) (0.7.5)
  391. Requirement already satisfied: pexpect>=4.4.0 in ./anaconda3/lib/python3.7/site-packages (from spyder) (4.8.0)
  392. Requirement already satisfied: pygments>=2.0 in ./anaconda3/lib/python3.7/site-packages (from spyder) (2.5.2)
  393. Requirement already satisfied: keyring>=17.0.0 in ./anaconda3/lib/python3.7/site-packages (from spyder) (21.1.0)
  394. Requirement already satisfied: setuptools>=39.0.0 in ./anaconda3/lib/python3.7/site-packages (from spyder) (45.2.0.post20200210)
  395. Requirement already satisfied: sphinx>=0.6.6 in ./anaconda3/lib/python3.7/site-packages (from spyder) (2.4.0)
  396. Requirement already satisfied: pylint>=1.0 in ./anaconda3/lib/python3.7/site-packages (from spyder) (2.4.4)
  397. Requirement already satisfied: diff-match-patch>=20181111 in ./anaconda3/lib/python3.7/site-packages (from spyder) (20181111)
  398. Requirement already satisfied: pyzmq>=17 in ./anaconda3/lib/python3.7/site-packages (from spyder) (18.1.1)
  399. Collecting pyls-spyder<0.4.0,>=0.3.2
  400.   Downloading pyls_spyder-0.3.2-py2.py3-none-any.whl (8.1 kB)
  401. Collecting jedi==0.17.2
  402.   Downloading jedi-0.17.2-py2.py3-none-any.whl (1.4 MB)
  403.      |████████████████████████████████| 1.4 MB 101 kB/s
  404. Collecting python-language-server[all]<1.0.0,>=0.36.2
  405.   Downloading python_language_server-0.36.2-py2.py3-none-any.whl (51 kB)
  406.      |████████████████████████████████| 51 kB 24 kB/s
  407. Collecting textdistance>=4.2.0
  408.   Downloading textdistance-4.2.1-py3-none-any.whl (28 kB)
  409. Requirement already satisfied: qtpy>=1.5.0 in ./anaconda3/lib/python3.7/site-packages (from spyder) (1.9.0)
  410. Requirement already satisfied: nbconvert>=4.0 in ./anaconda3/lib/python3.7/site-packages (from spyder) (5.6.1)
  411. Collecting parso==0.7.0
  412.   Downloading parso-0.7.0-py2.py3-none-any.whl (100 kB)
  413.      |████████████████████████████████| 100 kB 523 kB/s
  414. Collecting qtconsole>=5.1.0
  415.   Downloading qtconsole-5.1.0-py3-none-any.whl (119 kB)
  416.      |████████████████████████████████| 119 kB 1.3 MB/s
  417. Collecting three-merge>=0.1.1
  418.   Downloading three_merge-0.1.1-py2.py3-none-any.whl (6.4 kB)
  419. Requirement already satisfied: atomicwrites>=1.2.0 in ./anaconda3/lib/python3.7/site-packages (from spyder) (1.3.0)
  420. Requirement already satisfied: jsonschema>=3.2.0 in ./anaconda3/lib/python3.7/site-packages (from spyder) (3.2.0)
  421. Collecting binaryornot>=0.4.4
  422.   Downloading binaryornot-0.4.4-py2.py3-none-any.whl (9.0 kB)
  423. Requirement already satisfied: six>=1.10 in ./anaconda3/lib/python3.7/site-packages (from cookiecutter>=1.6.0->spyder) (1.14.0)
  424. Requirement already satisfied: Jinja2<4.0.0,>=2.7 in ./anaconda3/lib/python3.7/site-packages (from cookiecutter>=1.6.0->spyder) (2.11.1)
  425. Requirement already satisfied: click>=7.0 in ./anaconda3/lib/python3.7/site-packages (from cookiecutter>=1.6.0->spyder) (7.0)
  426. Collecting jinja2-time>=0.2.0
  427.   Downloading jinja2_time-0.2.0-py2.py3-none-any.whl (6.4 kB)
  428. Collecting python-slugify>=4.0.0
  429.   Downloading python_slugify-5.0.2-py2.py3-none-any.whl (6.7 kB)
  430. Collecting poyo>=0.5.0
  431.   Downloading poyo-0.5.0-py2.py3-none-any.whl (10 kB)
  432. Collecting requests>=2.23.0
  433.   Downloading requests-2.25.1-py2.py3-none-any.whl (61 kB)
  434.      |████████████████████████████████| 61 kB 448 kB/s
  435. Requirement already satisfied: sortedcontainers<3.0,>=2.0 in ./anaconda3/lib/python3.7/site-packages (from intervaltree>=3.0.2->spyder) (2.1.0)
  436. Requirement already satisfied: backcall in ./anaconda3/lib/python3.7/site-packages (from ipython>=7.6.0->spyder) (0.1.0)
  437. Requirement already satisfied: decorator in ./anaconda3/lib/python3.7/site-packages (from ipython>=7.6.0->spyder) (4.4.1)
  438. Requirement already satisfied: traitlets>=4.2 in ./anaconda3/lib/python3.7/site-packages (from ipython>=7.6.0->spyder) (4.3.3)
  439. Requirement already satisfied: prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0 in ./anaconda3/lib/python3.7/site-packages (from ipython>=7.6.0->spyder) (3.0.3)
  440. Requirement already satisfied: MarkupSafe>=0.23 in ./anaconda3/lib/python3.7/site-packages (from Jinja2<4.0.0,>=2.7->cookiecutter>=1.6.0->spyder) (1.1.1)
  441. Collecting arrow
  442.   Downloading arrow-1.1.0-py3-none-any.whl (58 kB)
  443.      |████████████████████████████████| 58 kB 504 kB/s
  444. Requirement already satisfied: importlib-metadata in ./anaconda3/lib/python3.7/site-packages (from jsonschema>=3.2.0->spyder) (1.5.0)
  445. Requirement already satisfied: attrs>=17.4.0 in ./anaconda3/lib/python3.7/site-packages (from jsonschema>=3.2.0->spyder) (19.3.0)
  446. Requirement already satisfied: pyrsistent>=0.14.0 in ./anaconda3/lib/python3.7/site-packages (from jsonschema>=3.2.0->spyder) (0.15.7)
  447. Requirement already satisfied: jeepney>=0.4.2 in ./anaconda3/lib/python3.7/site-packages (from keyring>=17.0.0->spyder) (0.4.2)
  448. Requirement already satisfied: SecretStorage>=3 in ./anaconda3/lib/python3.7/site-packages (from keyring>=17.0.0->spyder) (3.1.2)
  449. Requirement already satisfied: nbformat>=4.4 in ./anaconda3/lib/python3.7/site-packages (from nbconvert>=4.0->spyder) (5.0.4)
  450. Requirement already satisfied: jupyter-core in ./anaconda3/lib/python3.7/site-packages (from nbconvert>=4.0->spyder) (4.6.1)
  451. Requirement already satisfied: pandocfilters>=1.4.1 in ./anaconda3/lib/python3.7/site-packages (from nbconvert>=4.0->spyder) (1.4.2)
  452. Requirement already satisfied: defusedxml in ./anaconda3/lib/python3.7/site-packages (from nbconvert>=4.0->spyder) (0.6.0)
  453. Requirement already satisfied: mistune<2,>=0.8.1 in ./anaconda3/lib/python3.7/site-packages (from nbconvert>=4.0->spyder) (0.8.4)
  454. Requirement already satisfied: testpath in ./anaconda3/lib/python3.7/site-packages (from nbconvert>=4.0->spyder) (0.4.4)
  455. Requirement already satisfied: bleach in ./anaconda3/lib/python3.7/site-packages (from nbconvert>=4.0->spyder) (3.1.0)
  456. Requirement already satisfied: entrypoints>=0.2.2 in ./anaconda3/lib/python3.7/site-packages (from nbconvert>=4.0->spyder) (0.3)
  457. Requirement already satisfied: ipython-genutils in ./anaconda3/lib/python3.7/site-packages (from nbformat>=4.4->nbconvert>=4.0->spyder) (0.2.0)
  458. Requirement already satisfied: ptyprocess>=0.5 in ./anaconda3/lib/python3.7/site-packages (from pexpect>=4.4.0->spyder) (0.6.0)
  459. Requirement already satisfied: wcwidth in ./anaconda3/lib/python3.7/site-packages (from prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0->ipython>=7.6.0->spyder) (0.1.8)
  460. Requirement already satisfied: astroid<2.4,>=2.3.0 in ./anaconda3/lib/python3.7/site-packages (from pylint>=1.0->spyder) (2.3.3)
  461. Requirement already satisfied: isort<5,>=4.2.5 in ./anaconda3/lib/python3.7/site-packages (from pylint>=1.0->spyder) (4.3.21)
  462. Requirement already satisfied: mccabe<0.7,>=0.6 in ./anaconda3/lib/python3.7/site-packages (from pylint>=1.0->spyder) (0.6.1)
  463. Requirement already satisfied: wrapt==1.11.* in ./anaconda3/lib/python3.7/site-packages (from astroid<2.4,>=2.3.0->pylint>=1.0->spyder) (1.11.2)
  464. Requirement already satisfied: lazy-object-proxy==1.4.* in ./anaconda3/lib/python3.7/site-packages (from astroid<2.4,>=2.3.0->pylint>=1.0->spyder) (1.4.3)
  465. Collecting typed-ast<1.5,>=1.4.0
  466.   Downloading typed_ast-1.4.3-cp37-cp37m-manylinux1_x86_64.whl (743 kB)
  467.      |████████████████████████████████| 743 kB 1.3 MB/s
  468. Collecting black>=19.3b0
  469.   Downloading black-21.5b1-py3-none-any.whl (137 kB)
  470.      |████████████████████████████████| 137 kB 1.3 MB/s
  471. Collecting toml
  472.   Downloading toml-0.10.2-py2.py3-none-any.whl (16 kB)
  473. Requirement already satisfied: python-language-server in ./anaconda3/lib/python3.7/site-packages (from pyls-black>=0.4.6->spyder) (0.31.7)
  474. Collecting mypy-extensions>=0.4.3
  475.   Downloading mypy_extensions-0.4.3-py2.py3-none-any.whl (4.5 kB)
  476. Collecting click>=7.0
  477.   Downloading click-8.0.1-py3-none-any.whl (97 kB)
  478.      |████████████████████████████████| 97 kB 447 kB/s
  479. Collecting regex>=2020.1.8
  480.   Downloading regex-2021.4.4-cp37-cp37m-manylinux2014_x86_64.whl (720 kB)
  481.      |████████████████████████████████| 720 kB 1.4 MB/s
  482. Collecting appdirs
  483.   Downloading appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB)
  484. Collecting pathspec<1,>=0.8.1
  485.   Downloading pathspec-0.8.1-py2.py3-none-any.whl (28 kB)
  486. Collecting typing-extensions>=3.7.4
  487.   Downloading typing_extensions-3.10.0.0-py3-none-any.whl (26 kB)
  488. Collecting PyQt5_sip<13,>=4.19.14
  489.   Downloading PyQt5_sip-12.9.0-cp37-cp37m-manylinux1_x86_64.whl (317 kB)
  490.      |████████████████████████████████| 317 kB 1.3 MB/s
  491. Collecting python-jsonrpc-server>=0.4.0
  492.   Downloading python_jsonrpc_server-0.4.0-py3-none-any.whl (8.9 kB)
  493. Collecting ujson>=3.0.0
  494.   Downloading ujson-4.0.2-cp37-cp37m-manylinux1_x86_64.whl (179 kB)
  495.      |████████████████████████████████| 179 kB 1.3 MB/s
  496. Requirement already satisfied: pluggy in ./anaconda3/lib/python3.7/site-packages (from python-language-server[all]<1.0.0,>=0.36.2->spyder) (0.13.1)
  497. Collecting pycodestyle<2.7.0,>=2.6.0
  498.   Downloading pycodestyle-2.6.0-py2.py3-none-any.whl (41 kB)
  499.      |████████████████████████████████| 41 kB 32 kB/s
  500. Requirement already satisfied: autopep8 in ./anaconda3/lib/python3.7/site-packages (from python-language-server[all]<1.0.0,>=0.36.2->spyder) (1.4.4)
  501. Requirement already satisfied: pydocstyle>=2.0.0 in ./anaconda3/lib/python3.7/site-packages (from python-language-server[all]<1.0.0,>=0.36.2->spyder) (4.0.1)
  502. Collecting pylint>=1.0
  503.   Downloading pylint-2.8.2-py3-none-any.whl (357 kB)
  504.      |████████████████████████████████| 357 kB 1.3 MB/s
  505. Requirement already satisfied: rope>=0.10.5 in ./anaconda3/lib/python3.7/site-packages (from python-language-server[all]<1.0.0,>=0.36.2->spyder) (0.16.0)
  506. Collecting pyflakes<2.3.0,>=2.2.0
  507.   Downloading pyflakes-2.2.0-py2.py3-none-any.whl (66 kB)
  508.      |████████████████████████████████| 66 kB 331 kB/s
  509. Collecting flake8>=3.8.0
  510.   Downloading flake8-3.9.2-py2.py3-none-any.whl (73 kB)
  511.      |████████████████████████████████| 73 kB 200 kB/s
  512. Requirement already satisfied: yapf in ./anaconda3/lib/python3.7/site-packages (from python-language-server[all]<1.0.0,>=0.36.2->spyder) (0.28.0)
  513.   Downloading flake8-3.9.1-py2.py3-none-any.whl (73 kB)
  514.      |████████████████████████████████| 73 kB 106 kB/s
  515.   Downloading flake8-3.9.0-py2.py3-none-any.whl (73 kB)
  516.      |████████████████████████████████| 73 kB 162 kB/s
  517.   Downloading flake8-3.8.4-py2.py3-none-any.whl (72 kB)
  518.      |████████████████████████████████| 72 kB 148 kB/s
  519. Requirement already satisfied: snowballstemmer in ./anaconda3/lib/python3.7/site-packages (from pydocstyle>=2.0.0->python-language-server[all]<1.0.0,>=0.36.2->spyder) (2.0.0)
  520. Collecting pylint>=1.0
  521.   Downloading pylint-2.8.1-py3-none-any.whl (357 kB)
  522.      |████████████████████████████████| 357 kB 1.3 MB/s
  523.   Downloading pylint-2.8.0-py3-none-any.whl (357 kB)
  524.      |████████████████████████████████| 357 kB 1.3 MB/s
  525.   Downloading pylint-2.7.4-py3-none-any.whl (346 kB)
  526.      |████████████████████████████████| 346 kB 1.3 MB/s
  527.   Downloading pylint-2.7.3-py3-none-any.whl (346 kB)
  528.      |████████████████████████████████| 346 kB 1.3 MB/s
  529.   Downloading pylint-2.7.2-py3-none-any.whl (342 kB)
  530.      |████████████████████████████████| 342 kB 1.3 MB/s
  531.   Downloading pylint-2.7.1-py3-none-any.whl (343 kB)
  532.      |████████████████████████████████| 343 kB 1.3 MB/s
  533.   Downloading pylint-2.7.0-py3-none-any.whl (342 kB)
  534.      |████████████████████████████████| 342 kB 1.3 MB/s
  535.   Downloading pylint-2.6.2-py3-none-any.whl (325 kB)
  536.      |████████████████████████████████| 325 kB 1.3 MB/s
  537.   Downloading pylint-2.6.1-py3-none-any.whl (360 kB)
  538.      |████████████████████████████████| 360 kB 1.3 MB/s
  539.   Downloading pylint-2.6.0-py3-none-any.whl (325 kB)
  540.      |████████████████████████████████| 325 kB 1.3 MB/s
  541.   Downloading pylint-2.5.3-py3-none-any.whl (324 kB)
  542.      |████████████████████████████████| 324 kB 1.3 MB/s
  543.   Downloading pylint-2.5.2-py3-none-any.whl (324 kB)
  544.      |████████████████████████████████| 324 kB 1.3 MB/s
  545.   Downloading pylint-2.5.1-py3-none-any.whl (324 kB)
  546.      |████████████████████████████████| 324 kB 1.3 MB/s
  547.   Downloading pylint-2.5.0-py3-none-any.whl (324 kB)
  548.      |████████████████████████████████| 324 kB 1.3 MB/s
  549. INFO: pip is looking at multiple versions of pyflakes to determine which version is compatible with other requirements. This could take a while.
  550. INFO: pip is looking at multiple versions of pydocstyle to determine which version is compatible with other requirements. This could take a while.
  551. Collecting pydocstyle>=2.0.0
  552.   Downloading pydocstyle-6.1.1-py3-none-any.whl (37 kB)
  553.   Downloading pydocstyle-6.1.0-py3-none-any.whl (37 kB)
  554.   Downloading pydocstyle-6.0.0-py3-none-any.whl (36 kB)
  555.   Downloading pydocstyle-5.1.1-py3-none-any.whl (35 kB)
  556.   Downloading pydocstyle-5.1.0-py3-none-any.whl (35 kB)
  557.   Downloading pydocstyle-5.0.2-py3-none-any.whl (35 kB)
  558.   Downloading pydocstyle-5.0.1-py3-none-any.whl (35 kB)
  559. INFO: pip is looking at multiple versions of pyflakes to determine which version is compatible with other requirements. This could take a while.
  560. INFO: pip is looking at multiple versions of pydocstyle to determine which version is compatible with other requirements. This could take a while.
  561.   Downloading pydocstyle-5.0.0-py3-none-any.whl (35 kB)
  562.   Downloading pydocstyle-4.0.0-py3-none-any.whl (33 kB)
  563.   Downloading pydocstyle-3.0.0-py3-none-any.whl (33 kB)
  564.   Downloading pydocstyle-2.1.1-py3-none-any.whl (31 kB)
  565.   Downloading pydocstyle-2.1.0-py2.py3-none-any.whl (31 kB)
  566. INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. If you want to abort this run, you can press Ctrl + C to do so. To improve how pip performs, tell us what happened here: https://pip.pypa.io/surveys/backtracking
  567. INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. If you want to abort this run, you can press Ctrl + C to do so. To improve how pip performs, tell us what happened here: https://pip.pypa.io/surveys/backtracking
  568.   Downloading pydocstyle-2.0.0-py2.py3-none-any.whl (30 kB)
  569.  
  570.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement