Hi,

> Location: /usr/lib/python2.6/site-packages

This shows pip command still on python2.6.
Ryu cannot be installed correctly on python2.6.

Could you install python2.7 or python3.4+?
How about the output of the following command?
   e.g.) with python2.7
     $ python2.7 -m pip setuptools

If not, I recommend to upgrade python version or use virtualenv
to create python2.7 or python3.4 environment.

Thanks,
Iwase


On 2016年08月30日 15:43, Ajay Chopra wrote:
> Hello Iwase ,
>
> Getting the below message with command .
>
> I think its installed .
>
> Metadata-Version: 1.0
> Name: setuptools
> Version: 0.6rc11
> Summary: xxxx
> Home-page: xxx
> Author: xxx
> Author-email: xxx
> License: xxx
> Location: /usr/lib/python2.6/site-packages
> Requires:
> Classifiers:
>
> -Ajay
> -----Original Message-----
> From: Iwase Yusuke [mailto:iwase.yusu...@gmail.com]
> Sent: 30 August 2016 12:10
> To: Ajay Chopra <chop...@hcl.com>
> Cc: ntqua...@gmail.com; ryu-devel@lists.sourceforge.net; Jayavel Arumugam (IT 
> Services), Noida <jayav...@hcl.com>
> Subject: Re: [Ryu-devel] Not able to install the RYU controller
>
> Hi,
>
> Can you get the info for setuptools with "pip show setuptools" command?
> If can not, setuptools is not installed correctly.
>
> $ pip show setuptools
> ---
> Metadata-Version: 2.0
> Name: setuptools
> Version: 24.0.3
> Summary: Easily download, build, install, upgrade, and uninstall Python 
> packages
> Home-page: https://github.com/pypa/setuptools
> Author: Python Packaging Authority
> Author-email: distutils-...@python.org
>   ...(snip)
>
> Thanks,
> Iwase
>
>
> On 2016年08月30日 15:19, Ajay Chopra wrote:
>> Hello Quan,
>>
>> I have installed the setup tools ,still getting this error message .
>> can you tell us from where the setup tool is being picked ?
>>
>> -Ajay
>>
>> From: Quân Nguyễn Thanh [mailto:ntqua...@gmail.com]
>> Sent: 30 August 2016 07:53
>> To: Ajay Chopra <chop...@hcl.com>
>> Cc: ryu-devel@lists.sourceforge.net; Iwase Yusuke
>> <iwase.yusu...@gmail.com>; Jayavel Arumugam (IT Services), Noida
>> <jayav...@hcl.com>
>> Subject: Re: [Ryu-devel] Not able to install the RYU controller
>>
>> Hi Ajay,
>> I think you should install setuptools module. If you are using Ubuntu,
>> you can install by command
>>
>> # apt-get install python-setuptools
>> Thanks
>>
>> On Mon, Aug 29, 2016 at 3:19 PM, Ajay Chopra 
>> <chop...@hcl.com<mailto:chop...@hcl.com>> wrote:
>> Hello Iwase ,
>>
>> I have installed the latest version . I am still getting the Error message .
>> Exact error message is mentioned below .
>>
>> Traceback (most recent call last):
>>   File "setup.py", line 26, in <module>
>>     import setuptools
>> ImportError: No module named 'setuptools'
>>
>> -Ajay
>> -----Original Message-----
>> From: Iwase Yusuke
>> [mailto:iwase.yusu...@gmail.com<mailto:iwase.yusu...@gmail.com>]
>> Sent: 25 August 2016 13:01
>> To: Ajay Chopra <chop...@hcl.com<mailto:chop...@hcl.com>>
>> Cc:
>> ryu-devel@lists.sourceforge.net<mailto:ryu-devel@lists.sourceforge.net
>>>
>> Subject: Re: [Ryu-devel] Not able to install the RYU controller
>>
>> Hi,
>>
>> Ryu drops Python 2.6 support at this patch.
>>
>> https://github.com/osrg/ryu/commit/af5e6b5fb7bfcce070fb94c46157546a704
>> 53c34
>>
>> So, the latest Ryu might not work well on your environment.
>> Please install Python version 2.7, 3.4 or 3.5, first.
>>
>> To activate Python virtualenv, please refer to the following example.
>> e.g.)
>>    $ sudo pip install virtualenv
>>    $ virtualenv -p python2.7 venv
>>    $ source venv/bin/activate
>>    (venv) $ pip install .  # "sudo" is not required
>>    (venv) $ ryu-manager
>>
>> Thanks,
>> Iwase
>>
>>
>> On 2016年08月25日 15:16, Ajay Chopra wrote:
>>> This is not the exact message .I can tell you the exact message by tomorrow 
>>> as I am not in office today .
>>>
>>> I am using Linux machine ,python version 2.6 .
>>>
>>> How to set the virtual environment ?
>>>
>>> -Ajay
>>>
>>> -----Original Message-----
>>> From: Iwase Yusuke
>>> [mailto:iwase.yusu...@gmail.com<mailto:iwase.yusu...@gmail.com>]
>>> Sent: 25 August 2016 10:17
>>> To: Ajay Chopra <chop...@hcl.com<mailto:chop...@hcl.com>>
>>> Cc:
>>> ryu-devel@lists.sourceforge.net<mailto:ryu-de...@lists.sourceforge.ne
>>> t>
>>> Subject: Re: [Ryu-devel] Not able to install the RYU controller
>>>
>>> Hi,
>>>
>>> But, the message "setuptools not available" shows setup.py cannot use 
>>> setuptools.
>>>
>>> IIRC, I didn't see this message, "setuptools not available", before, is 
>>> this the exact message you got?
>>> Nothing hits with "setuptools not available" on Google.
>>>
>>> Which environment (e.g. OS, Python version, virtualenv or not) are you 
>>> using?
>>>
>>> Thanks,
>>> Iwase
>>>
>>> On 2016年08月25日 13:31, Ajay Chopra wrote:
>>>> Yes its being installed .
>>>>
>>>> -----Original Message-----
>>>> From: Iwase Yusuke
>>>> [mailto:iwase.yusu...@gmail.com<mailto:iwase.yusu...@gmail.com>]
>>>> Sent: 25 August 2016 09:36
>>>> To: Ajay Chopra <chop...@hcl.com<mailto:chop...@hcl.com>>
>>>> Cc:
>>>> ryu-devel@lists.sourceforge.net<mailto:ryu-devel@lists.sourceforge.n
>>>> et>
>>>> Subject: Re: [Ryu-devel] Not able to install the RYU controller
>>>>
>>>> Hi,
>>>>
>>>> setuptools is one of required Python package.
>>>> Please confirm "python-setuptools" package is installed.
>>>>
>>>> Thanks,
>>>> Iwase
>>>>
>>>> On 2016年08月25日 12:11, Ajay Chopra wrote:
>>>>> Also I wanted to know from where the setuptools file being picked up ?As 
>>>>> this file is not present in the working directory .
>>>>>
>>>>> -Ajay
>>>>> -----Original Message-----
>>>>> From: Ajay Chopra
>>>>> Sent: 25 August 2016 08:34
>>>>> To:
>>>>> ryu-devel@lists.sourceforge.net<mailto:ryu-devel@lists.sourceforge.
>>>>> net>
>>>>> Cc: 'Iwase Yusuke'
>>>>> <iwase.yusu...@gmail.com<mailto:iwase.yusu...@gmail.com>>
>>>>> Subject: RE: [Ryu-devel] Not able to install the RYU controller
>>>>>
>>>>> Hello Iwase ,
>>>>>
>>>>> Getting below message
>>>>>
>>>>> I am using the below commands “sudo python setup.py install “ its error 
>>>>> out with below message .
>>>>> " That ryu.hooks not available "
>>>>>  and when I run the command “python setup.py install” it gives the error 
>>>>> that "setuptools not available ".
>>>>>
>>>>> -Ajay
>>>>>
>>>>> -----Original Message-----
>>>>> From: Iwase Yusuke
>>>>> [mailto:iwase.yusu...@gmail.com<mailto:iwase.yusu...@gmail.com>]
>>>>> Sent: 25 August 2016 07:15
>>>>> To: Ajay Chopra <chop...@hcl.com<mailto:chop...@hcl.com>>
>>>>> Cc:
>>>>> ryu-devel@lists.sourceforge.net<mailto:ryu-devel@lists.sourceforge.
>>>>> net>
>>>>> Subject: Re: [Ryu-devel] Not able to install the RYU controller
>>>>>
>>>>> Hi,
>>>>>
>>>>> Please keep mailing list.
>>>>>
>>>>>
>>>>> On 2016年08月24日 19:01, Ajay Chopra wrote:
>>>>>> Hello Iwase ,
>>>>>>
>>>>>> I have copied the RYU and can you help .
>>>>>> Getting the same error message after that as-well .
>>>>>
>>>>> What error message did you get?
>>>>> On the previous message, No error message seems to be attached.
>>>>>    https://sourceforge.net/p/ryu/mailman/message/35296178/
>>>>>
>>>>> Thanks,
>>>>> Iwase
>>>>>
>>>>>>
>>>>>> -Ajay
>>>>>> -----Original Message-----
>>>>>> From: Iwase Yusuke
>>>>>> [mailto:iwase.yusu...@gmail.com<mailto:iwase.yusu...@gmail.com>]
>>>>>> Sent: 24 August 2016 06:36
>>>>>> To: Ajay Chopra <chop...@hcl.com<mailto:chop...@hcl.com>>
>>>>>> Cc:
>>>>>> ryu-devel@lists.sourceforge.net<mailto:ryu-devel@lists.sourceforge
>>>>>> .net>
>>>>>> Subject: Re: [Ryu-devel] Not able to install the RYU controller
>>>>>>
>>>>>> Hi,
>>>>>>
>>>>>> Could you check the following?
>>>>>> http://osrg.github.io/ryu-book/en/html/switching_hub.html#execution-of-ryu-application
>>>>>>   Installation procedure
>>>>>>     $ sudo apt-get install git python-dev python-setuptools python-pip
>>>>>>     $ git clone https://github.com/osrg/ryu.git
>>>>>>     $ cd ryu
>>>>>>     $ sudo pip install .
>>>>>>   (snip)
>>>>>>
>>>>>> Thanks,
>>>>>> Iwase
>>>>>>
>>>>>> On 2016年08月23日 19:01, Ajay Chopra wrote:
>>>>>>> Hello ,
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> I have tried to install the RYU controller .
>>>>>>>
>>>>>>> I am using the below commands “sudo python setup.py install “ its
>>>>>>> error out with below message
>>>>>>>
>>>>>>> That ryu.hooks not available and when I run the command “python 
>>>>>>> setup.py install” it gives the error that setuptools not available .
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> Please give the response as soon as possible we are in the middle of 
>>>>>>> installing the controller .
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> -Ajay
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> ::DISCLAIMER::
>>>>>>> -----------------------------------------------------------------
>>>>>>> -
>>>>>>> -
>>>>>>> -
>>>>>>> -
>>>>>>> -
>>>>>>> -----------------------------------------------------------------
>>>>>>> -
>>>>>>> -
>>>>>>> -
>>>>>>> -
>>>>>>> -
>>>>>>> --------
>>>>>>>
>>>>>>> The contents of this e-mail and any attachment(s) are confidential and 
>>>>>>> intended for the named recipient(s) only.
>>>>>>> E-mail transmission is not guaranteed to be secure or error-free
>>>>>>> as information could be intercepted, corrupted, lost, destroyed,
>>>>>>> arrive late or incomplete, or may contain viruses in transmission. The 
>>>>>>> e mail and its contents (with or without referred errors) shall 
>>>>>>> therefore not attach any liability on the originator or HCL or its 
>>>>>>> affiliates.
>>>>>>> Views or opinions, if any, presented in this email are solely
>>>>>>> those of the author and may not necessarily reflect the views or
>>>>>>> opinions of HCL or its affiliates. Any form of reproduction,
>>>>>>> dissemination, copying, disclosure, modification, distribution and / or 
>>>>>>> publication of this message without the prior written consent of 
>>>>>>> authorized representative of HCL is strictly prohibited. If you have 
>>>>>>> received this email in error please delete it and notify the sender 
>>>>>>> immediately.
>>>>>>> Before opening any email and/or attachments, please check them for 
>>>>>>> viruses and other defects.
>>>>>>>
>>>>>>> -----------------------------------------------------------------
>>>>>>> -
>>>>>>> -
>>>>>>> -
>>>>>>> -
>>>>>>> -
>>>>>>> -----------------------------------------------------------------
>>>>>>> -
>>>>>>> -
>>>>>>> -
>>>>>>> -
>>>>>>> -
>>>>>>> --------
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> -----------------------------------------------------------------
>>>>>>> -
>>>>>>> -
>>>>>>> -
>>>>>>> -
>>>>>>> -
>>>>>>> --------
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> _______________________________________________
>>>>>>> Ryu-devel mailing list
>>>>>>> Ryu-devel@lists.sourceforge.net<mailto:Ryu-devel@lists.sourceforg
>>>>>>> e.net> https://lists.sourceforge.net/lists/listinfo/ryu-devel
>>>>>>>
>>>> --------------------------------------------------------------------
>>>> -
>>>> -
>>>> -------- _______________________________________________
>>>> Ryu-devel mailing list
>>>> Ryu-devel@lists.sourceforge.net<mailto:Ryu-devel@lists.sourceforge.n
>>>> et> https://lists.sourceforge.net/lists/listinfo/ryu-devel
>>>>
>>> ---------------------------------------------------------------------
>>> -
>>> -------- _______________________________________________
>>> Ryu-devel mailing list
>>> Ryu-devel@lists.sourceforge.net<mailto:ryu-de...@lists.sourceforge.ne
>>> t> https://lists.sourceforge.net/lists/listinfo/ryu-devel
>>>
>> ----------------------------------------------------------------------
>> -------- _______________________________________________
>> Ryu-devel mailing list
>> Ryu-devel@lists.sourceforge.net<mailto:Ryu-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/ryu-devel
>>
>>
>>
>> --
>> Best regards,
>> Quan Nguyen
>>

------------------------------------------------------------------------------
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to