This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Errors when Installing Anaconda 3
Type: Stage: resolved
Components: Versions:
process
Status: closed Resolution: third party
Dependencies: Superseder:
Assigned To: Nosy List: aewhatley, r.david.murray
Priority: normal Keywords:

Created on 2015-12-11 04:38 by aewhatley, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (3)
msg256192 - (view) Author: Alexander Whatley (aewhatley) Date: 2015-12-11 04:38
Got some error messages while installing Python 3.5.1 (Anaconda). Here is the traceback:

Extracting packages ...
[      COMPLETE      ]|##################################################| 100%
Unlinking packages ...
menuinst Exception:Traceback (most recent call last):                    |   0%
  File "C:\Users\Alexander\Anaconda3\lib\site-packages\conda\install.py", line 3
43, in mk_menus
    env_setup_cmd=env_setup_cmd)
TypeError: install() got an unexpected keyword argument 'root_prefix'
menuinst Exception:Traceback (most recent call last):                    |  25%
  File "C:\Users\Alexander\Anaconda3\lib\site-packages\conda\install.py", line 3
43, in mk_menus
TypeError: install() got an unexpected keyword argument 'root_prefix'
menuinst Exception:Traceback (most recent call last):###########         |  82%
  File "C:\Users\Alexander\Anaconda3\lib\site-packages\conda\install.py", line 3
43, in mk_menus
TypeError: install() got an unexpected keyword argument 'root_prefix'
[      COMPLETE      ]|##################################################| 100%
Linking packages ...
        1 file(s) copied.##############################                  |  65%
menuinst Exception:Traceback (most recent call last):#######             |  74%
  File "C:\Users\Alexander\Anaconda3\lib\site-packages\conda\install.py", line 3
43, in mk_menus
    try:
TypeError: install() got an unexpected keyword argument 'root_prefix'
menuinst Exception:Traceback (most recent call last):##############      |  88%
  File "C:\Users\Alexander\Anaconda3\lib\site-packages\conda\install.py", line 3
43, in mk_menus
    try:
TypeError: install() got an unexpected keyword argument 'root_prefix'
menuinst Exception:Traceback (most recent call last):##################  |  97%
  File "C:\Users\Alexander\Anaconda3\lib\site-packages\conda\install.py", line 3
43, in mk_menus
    try:
TypeError: install() got an unexpected keyword argument 'root_prefix'
[      COMPLETE      ]|##################################################| 100%
msg256193 - (view) Author: Alexander Whatley (aewhatley) Date: 2015-12-11 04:44
I should probably add that this was after using conda update on a Python 3.5.0 installation.
msg256203 - (view) Author: R. David Murray (r.david.murray) * (Python committer) Date: 2015-12-11 07:34
Please report this to the anaconda bug tracker.  Anaconda is a third party bundle that includes CPython, but the errors don't look like they have anything to do with CPython or its standard library.  In any case, a bug report like this would need to start on the 3rd party tracker and only move here if a bug in CPython itself is identified.
History
Date User Action Args
2022-04-11 14:58:24adminsetgithub: 70024
2015-12-11 07:34:44r.david.murraysetstatus: open -> closed

nosy: + r.david.murray
messages: + msg256203

resolution: third party
stage: resolved
2015-12-11 04:44:10aewhatleysetmessages: + msg256193
2015-12-11 04:38:08aewhatleycreate