Re: Error: thrift.transport.TTransport.TTransportException: Could not start SASL: b'Error in sasl_client_start (-4) SASL(-4): no mechanism available: Unable t

2020-05-11 Thread cdarlint
On Friday, October 11, 2019 at 6:27:40 PM UTC+8, prabakar...@gmail.com wrote: > python> conn = > hive.Connection(host="xx.xx.xxx.xxx",port=8889,username='hadoop') > > C:\Users\Nova15>python > Python 3.7.4 (tags/v3.7.4:e09359112e, Jul 8 2019, 20:34:20) [MSC v.1916 64 > bit (AMD64)] on win32 > Ty

Re: Installation problem

2020-05-11 Thread cdarlint
On Monday, May 11, 2020 at 9:56:17 AM UTC+8, Solomon Onuche Faruna wrote: > I install python 3.8 and pycharm community edition on window 8 but when I > try to install matplotlib in pycharm I discovered I got "error loading > package list pypi.python.org" so I updated the pycharm to version 2020.1.

scikit learn problem

2020-05-11 Thread pariisaap
Hello I tried to run a pickle and after that i couldn't to run any program containing sklearn I uninstall python and install again but i still have problem with scikit learn can anybody help me . thank you. -- https://mail.python.org/mailman/listinfo/python-list

Re: scikit learn problem

2020-05-11 Thread pariisaap
On Monday, 11 May 2020 19:11:59 UTC+4:30, pari...@gmail.com wrote: > Hello > I tried to run a pickle code and after that i couldn't run any program > containing sklearn > I uninstall python and install again but i still have problem with scikit > learn can anybody help me . thank you. the error

Re: scikit learn problem

2020-05-11 Thread pariisaap
On Monday, 11 May 2020 19:11:59 UTC+4:30, pari...@gmail.com wrote: > Hello > I tried to run a pickle and after that i couldn't run any program containing > sklearn > I uninstall python and install again but i still have problem with scikit > learn can anybody help me . thank you. the error is

Re: scikit learn problem

2020-05-11 Thread Souvik Dutta
Is that the complete error message? On Mon, 11 May, 2020, 8:25 pm , wrote: > On Monday, 11 May 2020 19:11:59 UTC+4:30, pari...@gmail.com wrote: > > Hello > > I tried to run a pickle and after that i couldn't run any program > containing sklearn > > I uninstall python and install again but i st

Re: scikit learn problem

2020-05-11 Thread MRAB
On 2020-05-11 16:23, Souvik Dutta wrote: Is that the complete error message? It's a strange traceback because it shows a path with slashes (on Windows?) and a path with backslashes. On Mon, 11 May, 2020, 8:25 pm , wrote: On Monday, 11 May 2020 19:11:59 UTC+4:30, pari...@gmail.com wrote:

Re: Installation problem

2020-05-11 Thread Mats Wichmann
On 5/10/20 3:31 PM, Solomon Onuche Faruna wrote: > I install python 3.8 and pycharm community edition on window 8 but when I > try to install matplotlib in pycharm I discovered I got "error loading > package list pypi.python.org" so I updated the pycharm to version 2020.1. > The packages loaded bu

proposal for slice hashing

2020-05-11 Thread Will Bradshaw
I recently ran into a situation where I needed to hash a slice and found this to be unsupported. This seems silly as there is little benefit of slices not supporting hashing and large downsides. This coupled with the fact that one cannot subclass slices is a significant and needless annoyance.

Re: proposal for slice hashing

2020-05-11 Thread Chris Angelico
On Tue, May 12, 2020 at 6:01 AM Will Bradshaw wrote: > The only options as of now are: > 1. use 3 layers of wrappers to pack the slices into a custom type that > supports hashing pass this mangled version of the arguments through lru_cache > wrapper into a function that reverses the process

Re: proposal for slice hashing

2020-05-11 Thread Will Bradshaw
On Monday, May 11, 2020 at 4:10:56 PM UTC-4, Chris Angelico wrote: > On Tue, May 12, 2020 at 6:01 AM Will Bradshaw wrote: > > The only options as of now are: > > 1. use 3 layers of wrappers to pack the slices into a custom type that > > supports hashing pass this mangled version of the argume

Re: proposal for slice hashing

2020-05-11 Thread Chris Angelico
On Tue, May 12, 2020 at 6:31 AM Will Bradshaw wrote: > > On Monday, May 11, 2020 at 4:10:56 PM UTC-4, Chris Angelico wrote: > > On Tue, May 12, 2020 at 6:01 AM Will Bradshaw > > wrote: > > > The only options as of now are: > > > 1. use 3 layers of wrappers to pack the slices into a custom ty

Re: proposal for slice hashing

2020-05-11 Thread Will Bradshaw
On Monday, May 11, 2020 at 4:45:55 PM UTC-4, Chris Angelico wrote: > On Tue, May 12, 2020 at 6:31 AM Will Bradshaw wrote: > > > > On Monday, May 11, 2020 at 4:10:56 PM UTC-4, Chris Angelico wrote: > > > On Tue, May 12, 2020 at 6:01 AM Will Bradshaw > > > wrote: > > > > The only options as of now

Help Problem with python : python-3.8.3rc1-amd64

2020-05-11 Thread Buddy Peacock
I am trying to install python on my surface with windows 10, version 1903, build 18362.778. The installer seems to think everything worked. But there is no Python folder anywhere on the system. I looked in the root directory as well as "Program Files" and "Program Files (x86)" and not in any user

Re: Help Problem with python : python-3.8.3rc1-amd64

2020-05-11 Thread Michael Torrie
On 5/11/20 8:33 PM, Buddy Peacock wrote: > I am trying to install python on my surface with windows 10, version 1903, > build 18362.778. The installer seems to think everything worked. But there > is no Python folder anywhere on the system. I looked in the root directory > as well as "Program Fil

Re: Help Problem with python : python-3.8.3rc1-amd64

2020-05-11 Thread Michael Torrie
On 5/11/20 9:25 PM, Michael Torrie wrote: > On 5/11/20 8:33 PM, Buddy Peacock wrote: >> I am trying to install python on my surface with windows 10, version 1903, >> build 18362.778. The installer seems to think everything worked. But there >> is no Python folder anywhere on the system. I looked