Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors when Installing Anaconda 3 #70024

Closed
aewhatley mannequin opened this issue Dec 11, 2015 · 3 comments
Closed

Errors when Installing Anaconda 3 #70024

aewhatley mannequin opened this issue Dec 11, 2015 · 3 comments

Comments

@aewhatley
Copy link
Mannequin

aewhatley mannequin commented Dec 11, 2015

BPO 25837
Nosy @bitdancer

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2015-12-11.07:34:44.060>
created_at = <Date 2015-12-11.04:38:08.486>
labels = []
title = 'Errors when Installing Anaconda 3'
updated_at = <Date 2015-12-11.07:34:44.057>
user = 'https://bugs.python.org/aewhatley'

bugs.python.org fields:

activity = <Date 2015-12-11.07:34:44.057>
actor = 'r.david.murray'
assignee = 'none'
closed = True
closed_date = <Date 2015-12-11.07:34:44.060>
closer = 'r.david.murray'
components = []
creation = <Date 2015-12-11.04:38:08.486>
creator = 'aewhatley'
dependencies = []
files = []
hgrepos = []
issue_num = 25837
keywords = []
message_count = 3.0
messages = ['256192', '256193', '256203']
nosy_count = 2.0
nosy_names = ['r.david.murray', 'aewhatley']
pr_nums = []
priority = 'normal'
resolution = 'third party'
stage = 'resolved'
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue25837'
versions = []

@aewhatley
Copy link
Mannequin Author

aewhatley mannequin commented Dec 11, 2015

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%

@aewhatley
Copy link
Mannequin Author

aewhatley mannequin commented Dec 11, 2015

I should probably add that this was after using conda update on a Python 3.5.0 installation.

@bitdancer
Copy link
Member

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.

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant