Michael Durand
2015-06-18 20:13:29 UTC
I'm a _very_ new user. Hitting an odd error upgrading from 2.3 to 3.2: it
says it's downloading 3.2, which is what I want. But at the end, it says
it's installed 2.3. When I check the version (e.g. tables.test()), it
verifies it's 2.3. Any ideas?
[***@hydro ~]$ pip install --user --upgrade tables
You are using pip version 6.1.1, however version 7.0.3 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:79:
InsecurePlatformWarning: A true SSLContext object is not available. This
prevents urllib3 from configuring SSL appropriately and may cause certain
SSL connections to fail. For more information, see
https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning
.
InsecurePlatformWarning
Collecting tables
Downloading tables-3.2.0.tar.gz (7.0MB)
100% |ââââââââââââââââââââââââââââââââ| 7.0MB 49kB/s
Requirement already up-to-date: numpy>=1.7.1 in
/usr/lib64/python2.7/site-packages (from tables)
Requirement already up-to-date: numexpr>=2.4 in
/usr/lib64/python2.7/site-packages (from tables)
Installing collected packages: tables
Running setup.py install for tables
Successfully installed tables-2.3
says it's downloading 3.2, which is what I want. But at the end, it says
it's installed 2.3. When I check the version (e.g. tables.test()), it
verifies it's 2.3. Any ideas?
[***@hydro ~]$ pip install --user --upgrade tables
You are using pip version 6.1.1, however version 7.0.3 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:79:
InsecurePlatformWarning: A true SSLContext object is not available. This
prevents urllib3 from configuring SSL appropriately and may cause certain
SSL connections to fail. For more information, see
https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning
.
InsecurePlatformWarning
Collecting tables
Downloading tables-3.2.0.tar.gz (7.0MB)
100% |ââââââââââââââââââââââââââââââââ| 7.0MB 49kB/s
Requirement already up-to-date: numpy>=1.7.1 in
/usr/lib64/python2.7/site-packages (from tables)
Requirement already up-to-date: numexpr>=2.4 in
/usr/lib64/python2.7/site-packages (from tables)
Installing collected packages: tables
Running setup.py install for tables
Successfully installed tables-2.3
--
You received this message because you are subscribed to the Google Groups "pytables-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pytables-users+***@googlegroups.com.
To post to this group, send an email to pytables-***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "pytables-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pytables-users+***@googlegroups.com.
To post to this group, send an email to pytables-***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.