Displaying 7 results from an estimated 7 matches for "egg_info".
Did you mean:
ogg_info
2018 Sep 05
2
C7 and python 2.7 and jupityr notebook
...on>=4.0.0 (from ipykernel->notebook)
Downloading
https://files.pythonhosted.org/packages/1a/76/0b51dc7dd3a801477d00e6db065f50cce9fe5bdbea3c911fce62c9f02c23/ipython-6.5.0.tar.gz
(5.1MB)
100% |################################| 5.1MB 262kB/s
Complete output from command python setup.py egg_info:
IPython 6.0+ does not support Python 2.6, 2.7, 3.0, 3.1, or 3.2.
When using Python 2.7, please install IPython 5.x LTS Long Term
Support version.
Given that the version I get from the RPM of python-ipython is 3.2.1-1,
I'm confused.
Clues for the poor?
mark
2017 Feb 06
3
Centos6.8 and Python33
...m install python33 python33-python-tools
[root at sge ~]$ scl enable python33 bash
===== *this load Python 3.3.2* ===
[root at sge ~]$ easy_install pip
[root at sge ~]$ pip install numpy
Collecting numpy
Using cached numpy-1.12.0.zip
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-build-wyb0pj/numpy/setup.py", line 34, in <module>
raise RuntimeError("Python version 2.7 or >= 3.4 required.")
*RuntimeError: Pytho...
2018 Sep 05
1
C7 and python 2.7 and jupityr notebook
...t;> Downloading
>> https://files.pythonhosted.org/packages/1a/76/0b51dc7dd3a801477d00e6db06
>> 5f50cce9fe5bdbea3c911fce62c9f02c23/ipython-6.5.0.tar.gz
>> (5.1MB)
>> 100% |################################| 5.1MB 262kB/s
>> Complete output from command python setup.py egg_info:
>>
>> IPython 6.0+ does not support Python 2.6, 2.7, 3.0, 3.1, or 3.2.
>> When using Python 2.7, please install IPython 5.x LTS Long Term
>> Support version.
>>
>> Given that the version I get from the RPM of python-ipython is 3.2.1-1,
>> I'm confused...
2017 Feb 06
0
Centos6.8 and Python33
...tools
> [root at sge ~]$ scl enable python33 bash
> ===== *this load Python 3.3.2* ===
> [root at sge ~]$ easy_install pip
> [root at sge ~]$ pip install numpy
> Collecting numpy
> Using cached numpy-1.12.0.zip
> Complete output from command python setup.py egg_info:
> Traceback (most recent call last):
> File "<string>", line 1, in <module>
> File "/tmp/pip-build-wyb0pj/numpy/setup.py", line 34, in <module>
> raise RuntimeError("Python version 2.7 or >= 3.4 required.")...
2018 Sep 05
0
C7 and python 2.7 and jupityr notebook
...nel->notebook)
> Downloading
> https://files.pythonhosted.org/packages/1a/76/0b51dc7dd3a801477d00e6db065f50cce9fe5bdbea3c911fce62c9f02c23/ipython-6.5.0.tar.gz
> (5.1MB)
> 100% |################################| 5.1MB 262kB/s
> Complete output from command python setup.py egg_info:
>
> IPython 6.0+ does not support Python 2.6, 2.7, 3.0, 3.1, or 3.2.
> When using Python 2.7, please install IPython 5.x LTS Long Term
> Support version.
>
> Given that the version I get from the RPM of python-ipython is 3.2.1-1,
> I'm confused.
>
You did a pip...
2010 Feb 11
1
[PATCH] Provides a reference implementation management server.
...egg-info/top_level.txt
new file mode 100644
index 0000000..4e4dbeb
--- /dev/null
+++ b/server/server.egg-info/top_level.txt
@@ -0,0 +1 @@
+ovirtserver
diff --git a/server/setup.cfg b/server/setup.cfg
new file mode 100644
index 0000000..cb01cf9
--- /dev/null
+++ b/server/setup.cfg
@@ -0,0 +1,32 @@
+[egg_info]
+tag_build = dev
+tag_svn_revision = true
+
+[easy_install]
+find_links = http://www.pylonshq.com/download/
+
+[nosetests]
+with-pylons=test.ini
+
+# Babel configuration
+[compile_catalog]
+domain = ovirtserver
+directory = ovirtserver/i18n
+statistics = true
+
+[extract_messages]
+add_comments =...
2010 Feb 17
0
[PATCH] Provides the new node lifecycle events.
.../top_level.txt
deleted file mode 100644
index 4e4dbeb..0000000
--- a/server/server.egg-info/top_level.txt
+++ /dev/null
@@ -1 +0,0 @@
-ovirtserver
diff --git a/server/setup.cfg b/server/setup.cfg
deleted file mode 100644
index cb01cf9..0000000
--- a/server/setup.cfg
+++ /dev/null
@@ -1,32 +0,0 @@
-[egg_info]
-tag_build = dev
-tag_svn_revision = true
-
-[easy_install]
-find_links = http://www.pylonshq.com/download/
-
-[nosetests]
-with-pylons=test.ini
-
-# Babel configuration
-[compile_catalog]
-domain = ovirtserver
-directory = ovirtserver/i18n
-statistics = true
-
-[extract_messages]
-add_comments =...