|
Karthik Sampath Kumar
2012-01-30, 12:10
Miki Tebeka
2012-02-05, 04:13
Karthik Sampath Kumar
2012-02-07, 03:32
Karthik Sampath Kumar
2012-02-07, 04:01
Karthik Sampath Kumar
2012-02-09, 05:42
Miki Tebeka
2012-02-19, 15:25
Miki Tebeka
2012-03-10, 21:38
Karthik Sampath Kumar
2012-03-11, 08:36
|
-
How to generate AVRO egg fileKarthik Sampath Kumar 2012-01-30, 12:10
Hi,
Can you tell me what steps I have to follow in order to generate the .egg file? *I am able to generate only the egg-info file alone.* F:\workspace\projects\serialization\apache-avro-62d3cac\apache-avro-62d3cac\lang\py>c:\Python32\python setup.py install c:\Python32\lib\distutils\dist.py:257: UserWarning: Unknown distribution option: 'install_requires' warnings.warn(msg) running install running build running build_py running build_scripts running install_lib byte-compiling c:\Python32\Lib\site-packages\avro\io.py to io.pyc running install_scripts running install_egg_info Removing c:\Python32\Lib\site-packages\avro-_AVRO_VERSION_-py3.2.egg-info Writing c:\Python32\Lib\site-packages\avro-_AVRO_VERSION_-py3.2.egg-info Thank You
-
Re: How to generate AVRO egg fileMiki Tebeka 2012-02-05, 04:13
If you didn't find it by now then
python setup.py bdist_egg (sorry the the late reply). On Mon, Jan 30, 2012 at 4:10 AM, Karthik Sampath Kumar <[EMAIL PROTECTED]> wrote: > Hi, > > Can you tell me what steps I have to follow in order to generate the .egg > file? I am able to generate only the egg-info file alone. > > F:\workspace\projects\serialization\apache-avro-62d3cac\apache-avro-62d3cac\lang\py>c:\Python32\python > setup.py install > c:\Python32\lib\distutils\dist.py:257: UserWarning: Unknown distribution > option: > 'install_requires' > warnings.warn(msg) > running install > running build > running build_py > running build_scripts > running install_lib > byte-compiling c:\Python32\Lib\site-packages\avro\io.py to io.pyc > running install_scripts > running install_egg_info > Removing c:\Python32\Lib\site-packages\avro-_AVRO_VERSION_-py3.2.egg-info > Writing c:\Python32\Lib\site-packages\avro-_AVRO_VERSION_-py3.2.egg-info > > Thank You
-
Re: How to generate AVRO egg fileKarthik Sampath Kumar 2012-02-07, 03:32
Thank You.
On 5 February 2012 09:43, Miki Tebeka <[EMAIL PROTECTED]> wrote: > If you didn't find it by now then > python setup.py bdist_egg > > (sorry the the late reply). > > On Mon, Jan 30, 2012 at 4:10 AM, Karthik Sampath Kumar <[EMAIL PROTECTED]> > wrote: > > Hi, > > > > Can you tell me what steps I have to follow in order to generate the .egg > > file? I am able to generate only the egg-info file alone. > > > > > F:\workspace\projects\serialization\apache-avro-62d3cac\apache-avro-62d3cac\lang\py>c:\Python32\python > > setup.py install > > c:\Python32\lib\distutils\dist.py:257: UserWarning: Unknown distribution > > option: > > 'install_requires' > > warnings.warn(msg) > > running install > > running build > > running build_py > > running build_scripts > > running install_lib > > byte-compiling c:\Python32\Lib\site-packages\avro\io.py to io.pyc > > running install_scripts > > running install_egg_info > > Removing c:\Python32\Lib\site-packages\avro-_AVRO_VERSION_-py3.2.egg-info > > Writing c:\Python32\Lib\site-packages\avro-_AVRO_VERSION_-py3.2.egg-info > > > > Thank You > -- Regards, Karthik Sampath
-
Re: How to generate AVRO egg fileKarthik Sampath Kumar 2012-02-07, 04:01
I tried out what was suggested by Miki Tebeka but unfortunately
it didn't work. I get a error saying invalid command 'bdist_egg'. F:\workspace\projects\backup\apache-avro-62d3cac\apache-avro-62d3cac\lang\py>c:\ Python32\python setup.py bdist_egg c:\Python32\lib\distutils\dist.py:257: UserWarning: Unknown distribution option: 'install_requires' warnings.warn(msg) usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] or: setup.py --help [cmd1 cmd2 ...] or: setup.py --help-commands or: setup.py cmd --help error: invalid command 'bdist_egg' On 7 February 2012 09:02, Karthik Sampath Kumar <[EMAIL PROTECTED]> wrote: > Thank You. > > > On 5 February 2012 09:43, Miki Tebeka <[EMAIL PROTECTED]> wrote: > >> If you didn't find it by now then >> python setup.py bdist_egg >> >> (sorry the the late reply). >> >> On Mon, Jan 30, 2012 at 4:10 AM, Karthik Sampath Kumar <[EMAIL PROTECTED]> >> wrote: >> > Hi, >> > >> > Can you tell me what steps I have to follow in order to generate the >> .egg >> > file? I am able to generate only the egg-info file alone. >> > >> > >> F:\workspace\projects\serialization\apache-avro-62d3cac\apache-avro-62d3cac\lang\py>c:\Python32\python >> > setup.py install >> > c:\Python32\lib\distutils\dist.py:257: UserWarning: Unknown distribution >> > option: >> > 'install_requires' >> > warnings.warn(msg) >> > running install >> > running build >> > running build_py >> > running build_scripts >> > running install_lib >> > byte-compiling c:\Python32\Lib\site-packages\avro\io.py to io.pyc >> > running install_scripts >> > running install_egg_info >> > Removing >> c:\Python32\Lib\site-packages\avro-_AVRO_VERSION_-py3.2.egg-info >> > Writing c:\Python32\Lib\site-packages\avro-_AVRO_VERSION_-py3.2.egg-info >> > >> > Thank You >> > > > > -- > Regards, > Karthik Sampath > > > -- Regards, Karthik Sampath
-
Re: How to generate AVRO egg fileKarthik Sampath Kumar 2012-02-09, 05:42
Could someone please help me resolve this issue . Any pointers would be
useful. On 7 February 2012 09:31, Karthik Sampath Kumar <[EMAIL PROTECTED]> wrote: > I tried out what was suggested by Miki Tebeka but unfortunately > it didn't work. I get a error saying invalid command 'bdist_egg'. > > F:\workspace\projects\backup\apache-avro-62d3cac\apache-avro-62d3cac\lang\py>c:\ > Python32\python setup.py bdist_egg > c:\Python32\lib\distutils\dist.py:257: UserWarning: Unknown distribution option: > 'install_requires' > warnings.warn(msg) > usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] > or: setup.py --help [cmd1 cmd2 ...] > or: setup.py --help-commands > or: setup.py cmd --help > > error: invalid command 'bdist_egg' > > > > > On 7 February 2012 09:02, Karthik Sampath Kumar <[EMAIL PROTECTED]> wrote: > >> Thank You. >> >> >> On 5 February 2012 09:43, Miki Tebeka <[EMAIL PROTECTED]> wrote: >> >>> If you didn't find it by now then >>> python setup.py bdist_egg >>> >>> (sorry the the late reply). >>> >>> On Mon, Jan 30, 2012 at 4:10 AM, Karthik Sampath Kumar <[EMAIL PROTECTED]> >>> wrote: >>> > Hi, >>> > >>> > Can you tell me what steps I have to follow in order to generate the >>> .egg >>> > file? I am able to generate only the egg-info file alone. >>> > >>> > >>> F:\workspace\projects\serialization\apache-avro-62d3cac\apache-avro-62d3cac\lang\py>c:\Python32\python >>> > setup.py install >>> > c:\Python32\lib\distutils\dist.py:257: UserWarning: Unknown >>> distribution >>> > option: >>> > 'install_requires' >>> > warnings.warn(msg) >>> > running install >>> > running build >>> > running build_py >>> > running build_scripts >>> > running install_lib >>> > byte-compiling c:\Python32\Lib\site-packages\avro\io.py to io.pyc >>> > running install_scripts >>> > running install_egg_info >>> > Removing >>> c:\Python32\Lib\site-packages\avro-_AVRO_VERSION_-py3.2.egg-info >>> > Writing >>> c:\Python32\Lib\site-packages\avro-_AVRO_VERSION_-py3.2.egg-info >>> > >>> > Thank You >>> >> >> >> >> -- >> Regards, >> Karthik Sampath >> >> >> > > > -- > Regards, > Karthik Sampath > > > -- Regards, Karthik Sampath
-
Re: How to generate AVRO egg fileMiki Tebeka 2012-02-19, 15:25
Sorry the for the late reply.
>> F:\workspace\projects\backup\apache-avro-62d3cac\apache-avro-62d3cac\lang\py>c:\ >> Python32\python setup.py bdist_egg I see you're using Python 3. The Python Avro package currently does not support the Python 3 family, only Python 2. Can you tell *why* do you need any egg? Maybe there is a way around it?
-
Re: How to generate AVRO egg fileMiki Tebeka 2012-03-10, 21:38
FWIW, I just released fastavro (reading only) 0.6.0 with support for Python 3.
On Sun, Feb 19, 2012 at 7:25 AM, Miki Tebeka <[EMAIL PROTECTED]> wrote: > Sorry the for the late reply. > >>> F:\workspace\projects\backup\apache-avro-62d3cac\apache-avro-62d3cac\lang\py>c:\ >>> Python32\python setup.py bdist_egg > I see you're using Python 3. The Python Avro package currently does > not support the Python 3 family, only Python 2. > > Can you tell *why* do you need any egg? Maybe there is a way around it?
-
Re: How to generate AVRO egg fileKarthik Sampath Kumar 2012-03-11, 08:36
Thanks for the info . Really appreciate it.
On 11 March 2012 03:08, Miki Tebeka <[EMAIL PROTECTED]> wrote: > FWIW, I just released fastavro (reading only) 0.6.0 with support for > Python 3. > > On Sun, Feb 19, 2012 at 7:25 AM, Miki Tebeka <[EMAIL PROTECTED]> > wrote: > > Sorry the for the late reply. > > > >>> > F:\workspace\projects\backup\apache-avro-62d3cac\apache-avro-62d3cac\lang\py>c:\ > >>> Python32\python setup.py bdist_egg > > I see you're using Python 3. The Python Avro package currently does > > not support the Python 3 family, only Python 2. > > > > Can you tell *why* do you need any egg? Maybe there is a way around it? > -- Regards, Karthik Sampath |