Advertisement
snip3r77

Untitled

Mar 24th, 2020
1,013
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.44 KB | None | 0 0
  1. (base) C:\Users\andre>conda create --name streamprophet
  2. Collecting package metadata (current_repodata.json): done
  3. Solving environment: done
  4.  
  5. ## Package Plan ##
  6.  
  7. environment location: C:\Users\andre\AppData\Local\Continuum\anaconda3\envs\streamprophet
  8.  
  9.  
  10.  
  11. Proceed ([y]/n)? y
  12.  
  13. Preparing transaction: done
  14. Verifying transaction: done
  15. Executing transaction: done
  16. #
  17. # To activate this environment, use
  18. #
  19. # $ conda activate streamprophet
  20. #
  21. # To deactivate an active environment, use
  22. #
  23. # $ conda deactivate
  24.  
  25.  
  26. (base) C:\Users\andre>conda activate streamprophet
  27.  
  28. (streamprophet) C:\Users\andre>pip install streamlit
  29. 'pip' is not recognized as an internal or external command,
  30. operable program or batch file.
  31.  
  32. (streamprophet) C:\Users\andre>pip -V
  33. 'pip' is not recognized as an internal or external command,
  34. operable program or batch file.
  35.  
  36. (streamprophet) C:\Users\andre>conda install -c anaconda pip
  37. Collecting package metadata (current_repodata.json): done
  38. Solving environment: done
  39.  
  40. ## Package Plan ##
  41.  
  42. environment location: C:\Users\andre\AppData\Local\Continuum\anaconda3\envs\streamprophet
  43.  
  44. added / updated specs:
  45. - pip
  46.  
  47.  
  48. The following packages will be downloaded:
  49.  
  50. package | build
  51. ---------------------------|-----------------
  52. certifi-2019.11.28 | py38_1 157 KB anaconda
  53. pip-20.0.2 | py38_1 1.9 MB anaconda
  54. python-3.8.1 |h5fd99cc_8_cpython 19.7 MB anaconda
  55. setuptools-46.1.1 | py38_0 676 KB anaconda
  56. sqlite-3.31.1 | he774522_0 961 KB anaconda
  57. vc-14.1 | h0510ff6_4 6 KB anaconda
  58. vs2015_runtime-14.16.27012 | hf0eaf9b_1 2.4 MB anaconda
  59. wheel-0.34.2 | py38_0 67 KB anaconda
  60. wincertstore-0.2 | py38_0 15 KB anaconda
  61. ------------------------------------------------------------
  62. Total: 25.8 MB
  63.  
  64. The following NEW packages will be INSTALLED:
  65.  
  66. ca-certificates anaconda/win-64::ca-certificates-2020.1.1-0
  67. certifi anaconda/win-64::certifi-2019.11.28-py38_1
  68. openssl anaconda/win-64::openssl-1.1.1-he774522_0
  69. pip anaconda/win-64::pip-20.0.2-py38_1
  70. python anaconda/win-64::python-3.8.1-h5fd99cc_8_cpython
  71. setuptools anaconda/win-64::setuptools-46.1.1-py38_0
  72. sqlite anaconda/win-64::sqlite-3.31.1-he774522_0
  73. vc anaconda/win-64::vc-14.1-h0510ff6_4
  74. vs2015_runtime anaconda/win-64::vs2015_runtime-14.16.27012-hf0eaf9b_1
  75. wheel anaconda/win-64::wheel-0.34.2-py38_0
  76. wincertstore anaconda/win-64::wincertstore-0.2-py38_0
  77.  
  78.  
  79. Proceed ([y]/n)? y
  80.  
  81.  
  82. Downloading and Extracting Packages
  83. vc-14.1 | 6 KB | ############################################################################ | 100%
  84. wincertstore-0.2 | 15 KB | ############################################################################ | 100%
  85. wheel-0.34.2 | 67 KB | ############################################################################ | 100%
  86. pip-20.0.2 | 1.9 MB | ############################################################################ | 100%
  87. sqlite-3.31.1 | 961 KB | ############################################################################ | 100%
  88. setuptools-46.1.1 | 676 KB | ############################################################################ | 100%
  89. vs2015_runtime-14.16 | 2.4 MB | ############################################################################ | 100%
  90. certifi-2019.11.28 | 157 KB | ############################################################################ | 100%
  91. python-3.8.1 | 19.7 MB | ############################################################################ | 100%
  92. Preparing transaction: done
  93. Verifying transaction: done
  94. Executing transaction: done
  95.  
  96. (streamprophet) C:\Users\andre>pip install streamlit
  97. Collecting streamlit
  98. Using cached streamlit-0.56.0-py2.py3-none-any.whl (7.0 MB)
  99. Collecting protobuf>=3.6.0
  100. Using cached protobuf-3.11.3-py2.py3-none-any.whl (434 kB)
  101. Collecting pillow>=6.2.0
  102. Using cached Pillow-7.0.0-cp38-cp38-win_amd64.whl (2.0 MB)
  103. Collecting pydeck>=0.1.dev5
  104. Using cached pydeck-0.3.0b2-py2.py3-none-any.whl (4.8 MB)
  105. Collecting requests
  106. Using cached requests-2.23.0-py2.py3-none-any.whl (58 kB)
  107. Collecting altair>=3.2.0
  108. Using cached altair-4.0.1-py3-none-any.whl (708 kB)
  109. Collecting botocore
  110. Downloading botocore-1.15.28-py2.py3-none-any.whl (6.0 MB)
  111. |████████████████████████████████| 6.0 MB 6.4 MB/s
  112. Collecting pandas>=0.21.0
  113. Downloading pandas-1.0.3-cp38-cp38-win_amd64.whl (8.9 MB)
  114. |████████████████████████████████| 8.9 MB ...
  115. Collecting base58
  116. Using cached base58-2.0.0-py3-none-any.whl (6.0 kB)
  117. Collecting toml
  118. Using cached toml-0.10.0-py2.py3-none-any.whl (25 kB)
  119. Processing c:\users\andre\appdata\local\pip\cache\wheels\25\a1\e3\b0d37c6c451fc21f290cf026f6352382e6cbced32dc3f6a37a\tornado-5.1.1-cp38-cp38-win_amd64.whl
  120. Collecting click>=7.0
  121. Downloading click-7.1.1-py2.py3-none-any.whl (82 kB)
  122. |████████████████████████████████| 82 kB 538 kB/s
  123. Processing c:\users\andre\appdata\local\pip\cache\wheels\b4\f0\85\3f7cb38e7402a7db135351689dc5e0ee72a596c42027348bb8\validators-0.14.2-py3-none-any.whl
  124. Processing c:\users\andre\appdata\local\pip\cache\wheels\4e\14\01\1676612f5b23c641868de61d36ac2d5be12f4eec6c087fbd62\watchdog-0.10.2-py3-none-any.whl
  125. Collecting astor
  126. Using cached astor-0.8.1-py2.py3-none-any.whl (27 kB)
  127. Collecting python-dateutil<=2.8.0
  128. Using cached python_dateutil-2.8.0-py2.py3-none-any.whl (226 kB)
  129. Collecting enum-compat
  130. Using cached enum_compat-0.0.3-py3-none-any.whl (1.3 kB)
  131. Processing c:\users\andre\appdata\local\pip\cache\wheels\8e\70\28\3d6ccd6e315f65f245da085482a2e1c7d14b90b30f239e2cf4\future-0.18.2-py3-none-any.whl
  132. Collecting tzlocal
  133. Using cached tzlocal-2.0.0-py2.py3-none-any.whl (15 kB)
  134. Processing c:\users\andre\appdata\local\pip\cache\wheels\b7\a5\68\fe632054a5eadd531c7a49d740c50eb6adfbeca822b4eab8d4\blinker-1.4-py3-none-any.whl
  135. Collecting boto3
  136. Downloading boto3-1.12.28-py2.py3-none-any.whl (128 kB)
  137. |████████████████████████████████| 128 kB 6.8 MB/s
  138. Collecting numpy
  139. Downloading numpy-1.18.2-cp38-cp38-win_amd64.whl (12.8 MB)
  140. |████████████████████████████████| 12.8 MB 6.4 MB/s
  141. Collecting six>=1.9
  142. Using cached six-1.14.0-py2.py3-none-any.whl (10 kB)
  143. Requirement already satisfied: setuptools in c:\users\andre\appdata\local\continuum\anaconda3\envs\streamprophet\lib\site-packages (from protobuf>=3.6.0->streamlit) (46.1.1.post20200323)
  144. Collecting traitlets>=4.3.2
  145. Using cached traitlets-4.3.3-py2.py3-none-any.whl (75 kB)
  146. Collecting jinja2>=2.10.1
  147. Using cached Jinja2-2.11.1-py2.py3-none-any.whl (126 kB)
  148. Collecting ipykernel>=5.1.2; python_version >= "3.4"
  149. Downloading ipykernel-5.2.0-py3-none-any.whl (117 kB)
  150. |████████████████████████████████| 117 kB ...
  151. Collecting ipywidgets>=7.0.0
  152. Using cached ipywidgets-7.5.1-py2.py3-none-any.whl (121 kB)
  153. Requirement already satisfied: certifi>=2017.4.17 in c:\users\andre\appdata\local\continuum\anaconda3\envs\streamprophet\lib\site-packages (from requests->streamlit) (2019.11.28)
  154. Collecting urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1
  155. Using cached urllib3-1.25.8-py2.py3-none-any.whl (125 kB)
  156. Collecting chardet<4,>=3.0.2
  157. Using cached chardet-3.0.4-py2.py3-none-any.whl (133 kB)
  158. Collecting idna<3,>=2.5
  159. Using cached idna-2.9-py2.py3-none-any.whl (58 kB)
  160. Collecting entrypoints
  161. Using cached entrypoints-0.3-py2.py3-none-any.whl (11 kB)
  162. Processing c:\users\andre\appdata\local\pip\cache\wheels\a5\2b\b5\05758d5828d65f2adef8fbb5d5484e4adb946ae1827a973a01\toolz-0.10.0-py3-none-any.whl
  163. Collecting jsonschema
  164. Using cached jsonschema-3.2.0-py2.py3-none-any.whl (56 kB)
  165. Collecting docutils<0.16,>=0.10
  166. Using cached docutils-0.15.2-py3-none-any.whl (547 kB)
  167. Collecting jmespath<1.0.0,>=0.7.1
  168. Using cached jmespath-0.9.5-py2.py3-none-any.whl (24 kB)
  169. Collecting pytz>=2017.2
  170. Using cached pytz-2019.3-py2.py3-none-any.whl (509 kB)
  171. Collecting decorator>=3.4.0
  172. Using cached decorator-4.4.2-py2.py3-none-any.whl (9.2 kB)
  173. Processing c:\users\andre\appdata\local\pip\cache\wheels\4c\8e\7e\72fbc243e1aeecae64a96875432e70d4e92f3d2d18123be004\pathtools-0.1.2-py3-none-any.whl
  174. Collecting s3transfer<0.4.0,>=0.3.0
  175. Using cached s3transfer-0.3.3-py2.py3-none-any.whl (69 kB)
  176. Collecting ipython-genutils
  177. Using cached ipython_genutils-0.2.0-py2.py3-none-any.whl (26 kB)
  178. Collecting MarkupSafe>=0.23
  179. Downloading MarkupSafe-1.1.1-cp38-cp38-win_amd64.whl (16 kB)
  180. Collecting ipython>=5.0.0
  181. Using cached ipython-7.13.0-py3-none-any.whl (780 kB)
  182. Collecting jupyter-client
  183. Downloading jupyter_client-6.1.0-py3-none-any.whl (106 kB)
  184. |████████████████████████████████| 106 kB ...
  185. Collecting nbformat>=4.2.0
  186. Using cached nbformat-5.0.4-py3-none-any.whl (169 kB)
  187. Collecting widgetsnbextension~=3.5.0
  188. Using cached widgetsnbextension-3.5.1-py2.py3-none-any.whl (2.2 MB)
  189. Collecting attrs>=17.4.0
  190. Using cached attrs-19.3.0-py2.py3-none-any.whl (39 kB)
  191. Collecting pyrsistent>=0.14.0
  192. Downloading pyrsistent-0.16.0.tar.gz (108 kB)
  193. |████████████████████████████████| 108 kB 6.4 MB/s
  194. Collecting pygments
  195. Downloading Pygments-2.6.1-py3-none-any.whl (914 kB)
  196. |████████████████████████████████| 914 kB ...
  197. Collecting jedi>=0.10
  198. Using cached jedi-0.16.0-py2.py3-none-any.whl (1.1 MB)
  199. Collecting pickleshare
  200. Using cached pickleshare-0.7.5-py2.py3-none-any.whl (6.9 kB)
  201. Collecting backcall
  202. Using cached backcall-0.1.0.tar.gz (9.7 kB)
  203. Collecting colorama; sys_platform == "win32"
  204. Using cached colorama-0.4.3-py2.py3-none-any.whl (15 kB)
  205. Collecting prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0
  206. Downloading prompt_toolkit-3.0.4-py3-none-any.whl (351 kB)
  207. |████████████████████████████████| 351 kB ...
  208. Collecting pyzmq>=13
  209. Downloading pyzmq-19.0.0-cp38-cp38-win_amd64.whl (1.1 MB)
  210. |████████████████████████████████| 1.1 MB ...
  211. Collecting jupyter-core>=4.6.0
  212. Using cached jupyter_core-4.6.3-py2.py3-none-any.whl (83 kB)
  213. Collecting notebook>=4.4.1
  214. Using cached notebook-6.0.3-py3-none-any.whl (9.7 MB)
  215. Collecting parso>=0.5.2
  216. Using cached parso-0.6.2-py2.py3-none-any.whl (97 kB)
  217. Collecting wcwidth
  218. Downloading wcwidth-0.1.9-py2.py3-none-any.whl (19 kB)
  219. Collecting pywin32>=1.0; sys_platform == "win32"
  220. Downloading pywin32-227-cp38-cp38-win_amd64.whl (9.1 MB)
  221. |████████████████████████████████| 9.1 MB 6.4 MB/s
  222. Collecting terminado>=0.8.1
  223. Using cached terminado-0.8.3-py2.py3-none-any.whl (33 kB)
  224. Collecting Send2Trash
  225. Using cached Send2Trash-1.5.0-py3-none-any.whl (12 kB)
  226. Collecting nbconvert
  227. Using cached nbconvert-5.6.1-py2.py3-none-any.whl (455 kB)
  228. Collecting prometheus-client
  229. Using cached prometheus_client-0.7.1.tar.gz (38 kB)
  230. Collecting pywinpty>=0.5; os_name == "nt"
  231. Downloading pywinpty-0.5.7-cp38-cp38-win_amd64.whl (1.3 MB)
  232. |████████████████████████████████| 1.3 MB ...
  233. Collecting testpath
  234. Using cached testpath-0.4.4-py2.py3-none-any.whl (163 kB)
  235. Collecting mistune<2,>=0.8.1
  236. Using cached mistune-0.8.4-py2.py3-none-any.whl (16 kB)
  237. Collecting bleach
  238. Downloading bleach-3.1.3-py2.py3-none-any.whl (151 kB)
  239. |████████████████████████████████| 151 kB 6.8 MB/s
  240. Collecting pandocfilters>=1.4.1
  241. Using cached pandocfilters-1.4.2.tar.gz (14 kB)
  242. Collecting defusedxml
  243. Using cached defusedxml-0.6.0-py2.py3-none-any.whl (23 kB)
  244. Collecting webencodings
  245. Using cached webencodings-0.5.1-py2.py3-none-any.whl (11 kB)
  246. Building wheels for collected packages: pyrsistent, backcall, prometheus-client, pandocfilters
  247. Building wheel for pyrsistent (setup.py) ... done
  248. Created wheel for pyrsistent: filename=pyrsistent-0.16.0-cp38-cp38-win_amd64.whl size=56581 sha256=a2df1a3d8d9e411e9191513f83ac1be9075992b8916f25cef7aa690f6a888e8c
  249. Stored in directory: c:\users\andre\appdata\local\pip\cache\wheels\17\be\0f\727fb20889ada6aaaaba861f5f0eb21663533915429ad43f28
  250. Building wheel for backcall (setup.py) ... done
  251. Created wheel for backcall: filename=backcall-0.1.0-py3-none-any.whl size=10415 sha256=9ef518ddb339a315c88eed42a55c6462b1ca2ed89c9f1c651d0db5cae22f7119
  252. Stored in directory: c:\users\andre\appdata\local\pip\cache\wheels\19\62\a8\be9667e6ae351443886ae17237f574a2c265d1ad27ec22c7dc
  253. Building wheel for prometheus-client (setup.py) ... done
  254. Created wheel for prometheus-client: filename=prometheus_client-0.7.1-py3-none-any.whl size=41409 sha256=e173072543f9c695f96c0d720514369810487c5eecb0c1400c679df95659fed7
  255. Stored in directory: c:\users\andre\appdata\local\pip\cache\wheels\a7\f7\eb\1abd6e61e5a9ecbc7d05a2a84c045b99cb30a0d3e760dab497
  256. Building wheel for pandocfilters (setup.py) ... done
  257. Created wheel for pandocfilters: filename=pandocfilters-1.4.2-py3-none-any.whl size=7860 sha256=c681b0bceb4037de08037db0c1235a63d61e293dc5072c6bbaa0474481674ed3
  258. Stored in directory: c:\users\andre\appdata\local\pip\cache\wheels\f6\08\65\e4636b703d0e870cd62692dafd6b47db27287fe80cea433722
  259. Successfully built pyrsistent backcall prometheus-client pandocfilters
  260. Installing collected packages: six, protobuf, pillow, decorator, ipython-genutils, traitlets, MarkupSafe, jinja2, numpy, pygments, parso, jedi, pickleshare, backcall, colorama, wcwidth, prompt-toolkit, ipython, pyzmq, tornado, python-dateutil, pywin32, jupyter-core, jupyter-client, ipykernel, attrs, pyrsistent, jsonschema, nbformat, pywinpty, terminado, Send2Trash, testpath, mistune, entrypoints, webencodings, bleach, pandocfilters, defusedxml, nbconvert, prometheus-client, notebook, widgetsnbextension, ipywidgets, pydeck, urllib3, chardet, idna, requests, pytz, pandas, toolz, altair, docutils, jmespath, botocore, base58, toml, click, validators, pathtools, watchdog, astor, enum-compat, future, tzlocal, blinker, s3transfer, boto3, streamlit
  261. Successfully installed MarkupSafe-1.1.1 Send2Trash-1.5.0 altair-4.0.1 astor-0.8.1 attrs-19.3.0 backcall-0.1.0 base58-2.0.0 bleach-3.1.3 blinker-1.4 boto3-1.12.28 botocore-1.15.28 chardet-3.0.4 click-7.1.1 colorama-0.4.3 decorator-4.4.2 defusedxml-0.6.0 docutils-0.15.2 entrypoints-0.3 enum-compat-0.0.3 future-0.18.2 idna-2.9 ipykernel-5.2.0 ipython-7.13.0 ipython-genutils-0.2.0 ipywidgets-7.5.1 jedi-0.16.0 jinja2-2.11.1 jmespath-0.9.5 jsonschema-3.2.0 jupyter-client-6.1.0 jupyter-core-4.6.3 mistune-0.8.4 nbconvert-5.6.1 nbformat-5.0.4 notebook-6.0.3 numpy-1.18.2 pandas-1.0.3 pandocfilters-1.4.2 parso-0.6.2 pathtools-0.1.2 pickleshare-0.7.5 pillow-7.0.0 prometheus-client-0.7.1 prompt-toolkit-3.0.4 protobuf-3.11.3 pydeck-0.3.0b2 pygments-2.6.1 pyrsistent-0.16.0 python-dateutil-2.8.0 pytz-2019.3 pywin32-227 pywinpty-0.5.7 pyzmq-19.0.0 requests-2.23.0 s3transfer-0.3.3 six-1.14.0 streamlit-0.56.0 terminado-0.8.3 testpath-0.4.4 toml-0.10.0 toolz-0.10.0 tornado-5.1.1 traitlets-4.3.3 tzlocal-2.0.0 urllib3-1.25.8 validators-0.14.2 watchdog-0.10.2 wcwidth-0.1.9 webencodings-0.5.1 widgetsnbextension-3.5.1
  262.  
  263. (streamprophet) C:\Users\andre>
  264. (streamprophet) C:\Users\andre>
  265. (streamprophet) C:\Users\andre>
  266. (streamprophet) C:\Users\andre>
  267. (streamprophet) C:\Users\andre>
  268. (streamprophet) C:\Users\andre>
  269. (streamprophet) C:\Users\andre>pip install fbprophet
  270. Collecting fbprophet
  271. Downloading fbprophet-0.6.tar.gz (54 kB)
  272. |████████████████████████████████| 54 kB 1.3 MB/s
  273. Collecting Cython>=0.22
  274. Downloading Cython-0.29.16-cp38-cp38-win_amd64.whl (1.7 MB)
  275. |████████████████████████████████| 1.7 MB 6.4 MB/s
  276. Collecting cmdstanpy==0.4
  277. Downloading cmdstanpy-0.4.0-py3-none-any.whl (22 kB)
  278. Collecting pystan>=2.14
  279. Downloading pystan-2.19.1.1.tar.gz (16.2 MB)
  280. |████████████████████████████████| 16.2 MB ...
  281. ERROR: Command errored out with exit status 1:
  282. command: 'C:\Users\andre\AppData\Local\Continuum\anaconda3\envs\streamprophet\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\andre\\AppData\\Local\\Temp\\pip-install-le5h0t30\\pystan\\setup.py'"'"'; __file__='"'"'C:\\Users\\andre\\AppData\\Local\\Temp\\pip-install-le5h0t30\\pystan\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\andre\AppData\Local\Temp\pip-install-le5h0t30\pystan\pip-egg-info'
  283. cwd: C:\Users\andre\AppData\Local\Temp\pip-install-le5h0t30\pystan\
  284. Complete output (5 lines):
  285. Traceback (most recent call last):
  286. File "<string>", line 1, in <module>
  287. File "C:\Users\andre\AppData\Local\Temp\pip-install-le5h0t30\pystan\setup.py", line 122, in <module>
  288. from Cython.Build.Inline import _get_build_extension
  289. ModuleNotFoundError: No module named 'Cython'
  290. ----------------------------------------
  291. ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
  292.  
  293. (streamprophet) C:\Users\andre>pip uninstall fbprophet
  294. WARNING: Skipping fbprophet as it is not installed.
  295.  
  296. (streamprophet) C:\Users\andre>conda install fbprophet
  297. Collecting package metadata (current_repodata.json): done
  298. Solving environment: failed with initial frozen solve. Retrying with flexible solve.
  299. Collecting package metadata (repodata.json): done
  300. Solving environment: failed with initial frozen solve. Retrying with flexible solve.
  301.  
  302. PackagesNotFoundError: The following packages are not available from current channels:
  303.  
  304. - fbprophet
  305.  
  306. Current channels:
  307.  
  308. - https://repo.anaconda.com/pkgs/main/win-64
  309. - https://repo.anaconda.com/pkgs/main/noarch
  310. - https://repo.anaconda.com/pkgs/r/win-64
  311. - https://repo.anaconda.com/pkgs/r/noarch
  312. - https://repo.anaconda.com/pkgs/msys2/win-64
  313. - https://repo.anaconda.com/pkgs/msys2/noarch
  314.  
  315. To search for alternate channels that may provide the conda package you're
  316. looking for, navigate to
  317.  
  318. https://anaconda.org
  319.  
  320. and use the search bar at the top of the page.
  321.  
  322.  
  323.  
  324. (streamprophet) C:\Users\andre>conda install -c conda-forge/label/cf202003 fbprophet
  325. Collecting package metadata (current_repodata.json): done
  326. Solving environment: failed with initial frozen solve. Retrying with flexible solve.
  327. Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
  328. Collecting package metadata (repodata.json): done
  329. Solving environment: failed with initial frozen solve. Retrying with flexible solve.
  330. Solving environment: -
  331. Found conflicts! Looking for incompatible packages.
  332. This can take several minutes. Press CTRL-C to abort.
  333. failed
  334.  
  335. UnsatisfiableError: The following specifications were found
  336. to be incompatible with the existing python installation in your environment:
  337.  
  338. Specifications:
  339.  
  340. - fbprophet -> python[version='2.7.*|3.5.*|3.6.*|>=2.7,<2.8.0a0|>=3.5,<3.6.0a0|>=3.6,<3.7.0a0|>=3.7,<3.8.0a0']
  341.  
  342. Your python: python=3.8
  343.  
  344. If python is on the left-most side of the chain, that's the version you've asked for.
  345. When python appears to the right, that indicates that the thing on the left is somehow
  346. not available for the python version you are constrained to. Note that conda will not
  347. change your python version to a different minor version unless you explicitly specify
  348. that.
  349.  
  350. (streamprophet) C:\Users\andre>python
  351. Python 3.8.1 (default, Mar 2 2020, 13:06:26) [MSC v.1916 64 bit (AMD64)] :: Anaconda, Inc. on win32
  352. Type "help", "copyright", "credits" or "license" for more information.
  353. >>> exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement