Anaconda error due to incompatibility with several python libraries

Anaconda error due to incompatibility with several python libraries

Error message when installing anaconda of python distribution

When I tried to install anaconda from the python distribution, I was asked for the installation location.

«error: due to incompatibility with several python libraries,’destination folder’cannot contain non-ascii characters (special characters or diacritics) .Please choose another location. »

will come up, so if you search the Internet for a solution,
«Please specify a location that does not contain Japanese characters in the installation path name»
I found something like that.

I’m studying PC, I don’t understand the meaning of this answer. What kind of place should I specify?

For example, the following path includes Japanese. C: \ Users \ Taro Yamada Japanese is not included in the following cases. C: \ Users \ taro.yamada You can set the path like the latter.
I recommend this pass. C: \ bin \ anaconda

  • about the cause of the error in python pdto_datetime
  • python — about noreversematch error
  • about python type error
  • python 3x — about value error in keras predict
  • python — error message cannot unpack non-iterable int object resolution
  • python 3x — about the contents of python error code
  • about installing the’sklearn’module in python
  • python error (about arrays)
  • python — about the error log output method
  • python — code error sending message when bot starts
  • python — about anaconda exec format error
  • syntaxerror: invalid syntax error python
  • python — about the fibonacci sequence using recursion
  • ruby — i want to resolve an error when installing gem byebug
  • python — i don’t know the solution and cause of the attribute error that occurred when using pillow
  • python 3x — about return code of python3 subprocess
  • python — about the implementation of fibonacci sequence
  • r error message in descending order sort
  • python: about loops in leap motion programs
  • python — attributeerror:’series’ object has no attribute’flags’ error
Читайте также:  Прицел для css для awp

Источник

Due to incompatibility with several Anaconda

При установке программы Anaconda возникает следующее предупреждение:

Warning Please consider removing the space

Warning: ‘Destination Folder’ contains 1 space. This can cause problems with several Conda packages. Please consider removing the space.

Жмем Ок и вылетает ошибка

Error cannot contain non-ascii characters

Error: Due to incompatibility with several Python libraries, I Destination Folder’ cannot contain non-ascii characters (special characters or diacritics). Please choose another location.

Жмем опять Ок и остаемся в том же окне.

Для устранения ошибки следует поменять путь.

Создать на диске C папку с именем программы и указать путь в окне Choose Install Location к данной папке. Ошибка должна исчезнуть.

Choose Install Location

Путь Choose Install Location

6160

Источник

Saved searches

Use saved searches to filter your results more quickly

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

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

Windows (x86_64) install consistently fails as of 4.3.0 (claiming non-ascii characters in path) #1410

Windows (x86_64) install consistently fails as of 4.3.0 (claiming non-ascii characters in path) #1410

Comments

Windows 7
Python 2.7 version
Anaconda 4.3.0

Message from error window:

Error: Due to incompatibility with several Python libraries, path cannot contain non-ascii characters (special characters or diacritics). Please choose a different install path.

Happens regardless of installing for «Just Me» or «All Users».

Читайте также:  Опциональный аргумент функции python

Desired path is:
C:\ProgramData\Anaconda2
which, clearly, contains no non-ascii characters.

4.2.0 installer works fine on same machine, so easy to work around (can update via conda once installed).

image

The text was updated successfully, but these errors were encountered:

Any more specific info @luiscrouch? What edition of Windows 7 (Home/Pro/Enterprise?) What is the default language setting on the PC? Are there any internationalization settings on the computer?

Also, is the computer current on Windows updates?

@mingwandroid: chcp prints Active code page: 437`

@msarahan: It’s a work machine, not my own, so managed by IT. Additional info:

Windows 7 Enterprise Version 6.1.7601 Service Pack 1 Build 7601
Default language is English (United States)

Thanks for the info. I have been unable to reproduce this failure, unfortunately. I have tried with a Windows 7 VM:

OS Name: Microsoft Windows 7 Professional N
OS Version: 6.1.7601 Service Pack 1 Build 7601

For some strange reason, my VM was initially set to English (Denmark). Code page was 850. I set it to English (US), rebooted, and now have code page 437. The installer worked fine for me under both — Just Me and All Users, both pointed at C:\ProgramData\Anaconda2

That path is one that you’ve typed in manually, or you’ve just taken the default? Might you have pasted it in from somewhere? Do you have write permissions to that folder? Permissions errors really should raise different errors, but I’m really lost on this one. Do you have the ability to elevate permissions (are you an admin on your machine?)

Источник

Оцените статью