[issue32420] LookupError : unknown encoding : [0x7FF092395AD0] ANOMALY

2017-12-29 Thread Terry J. Reedy

Terry J. Reedy  added the comment:

Since there is no evident CPython bug, I am closing this.  If CPython gets a 
bogus encoding for the std streams, it cannot output a normal traceback on 
sys.stderr.

>From StackOverflow: "TensorFlow is an open source library for machine learning 
>and machine intelligence. It is developed by Google and became open source in 
>November 2015."  It obviously has a python binding as there are numerous 
>questions tagged with both.

I searched SO for "[tensorflow] ANOMALY" and the 29 hits were about anomaly 
detection, as in detecting credit card fraud.  Suspecting that the error is not 
tensorflow specific, I searched "[anaconda] ANOMALY" and got the following, 
which reports a nearly identical error message, but with scikit-learn.
https://stackoverflow.com/questions/42732377/how-to-install-scikit-0-19-dev-version-in-anaconda
The advice was to reinstall after rechecking instructions.

--
nosy: +terry.reedy
resolution:  -> third party
stage:  -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32420] LookupError : unknown encoding : [0x7FF092395AD0] ANOMALY

2017-12-28 Thread Kaoru Kitamura

Kaoru Kitamura  added the comment:

Understood. Thank you.

--
resolution: remind -> 

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32420] LookupError : unknown encoding : [0x7FF092395AD0] ANOMALY

2017-12-28 Thread R. David Murray

R. David Murray  added the comment:

Well, it's not obvious that it has anything to do with CPython itself.  You 
should probably work with the community responsible for tensorflow, whatever 
that is, and if they find a bug in CPython you can come back here with a 
report.  Given the error message it looks like an invalid value is being passed 
to CPython as the system encoding, so most likely the bug is in tensorflow 
and/or your environment.

--
nosy: +r.david.murray

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32420] LookupError : unknown encoding : [0x7FF092395AD0] ANOMALY

2017-12-28 Thread Kaoru Kitamura

Kaoru Kitamura  added the comment:

Does somebody know what causes above?

--
resolution:  -> remind

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32420] LookupError : unknown encoding : [0x7FF092395AD0] ANOMALY

2017-12-24 Thread Kaoru Kitamura

Kaoru Kitamura  added the comment:

The below is the output of error.

:\Users\kitamura>activate tensorflow
パラメーターの書式が違います - [0x7FFD92395AD0]
[0x7FFD8F53DFE0] ANOMALY: meaningless REX prefix used
[0x7FFD8F555A20] ANOMALY: meaningless REX prefix used
[0x7FFD905417D0] ANOMALY: use of REX.w is meaningless (default operand size is 
64)
[0x7FFD90567C60] ANOMALY: use of REX.w is meaningless (default operand size is 
64)
[0x7FFD92395AD0] ANOMALY: meaningless REX prefix used
[0x7FFD8F53DFE0] ANOMALY: meaningless REX prefix used
[0x7FFD8F555A20] ANOMALY: meaningless REX prefix used
[0x7FFD905417D0] ANOMALY: use of REX.w is meaningless (default operand size is 
64)
[0x7FFD90567C60] ANOMALY: use of REX.w is meaningless (default operand size is 
64)
[0x7FFD92395AD0] ANOMALY: meaningless REX prefix used
Fatal Python error: Py_Initialize: can't initialize sys standard streams
LookupError: unknown encoding: [0x7FFD92395AD0] ANOMALY

Current thread 0x31ac (most recent call first):
Fatal Python error: Py_Initialize: can't initialize sys standard streams
LookupError: unknown encoding: [0x7FFD92395AD0] ANOMALY

Current thread 0x2bd0 (most recent call first):
Fatal Python error: Py_Initialize: can't initialize sys standard streams
LookupError: unknown encoding: [0x7FFD92395AD0] ANOMALY

Current thread 0x04a4 (most recent call first):
Fatal Python error: Py_Initialize: can't initialize sys standard streams
LookupError: unknown encoding: [0x7FFD92395AD0] ANOMALY

Current thread 0x2264 (most recent call first):

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32420] LookupError : unknown encoding : [0x7FF092395AD0] ANOMALY

2017-12-24 Thread Serhiy Storchaka

Serhiy Storchaka  added the comment:

Could you please provide the output as a text instead of a picture?

--
nosy: +serhiy.storchaka

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32420] LookupError : unknown encoding : [0x7FF092395AD0] ANOMALY

2017-12-23 Thread Kaoru Kitamura

New submission from Kaoru Kitamura :

I tried to activate tensorflow after creating tensorflow environment with 
Anaconda Prompt.
Then, Python clashed in fatal error as attached.

I searched this kind of issues and made environment variable for UTF-8 , but it 
did not work.

Does anyone have any suggestions?

--
components: Windows
files: error_capture.png
messages: 308977
nosy: Kitamura, paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: LookupError : unknown encoding : [0x7FF092395AD0] ANOMALY
type: crash
versions: Python 3.6
Added file: https://bugs.python.org/file47346/error_capture.png

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com