Discussion:
[pytables-users] Trouble upgrading to 3.2 with pip
Michael Durand
2015-06-18 20:13:29 UTC
Permalink
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
--
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.
Andrea Bedini
2015-06-19 03:47:53 UTC
Permalink
Hi Michael,

that is quite weird IMHO. I have no idea what's going on. Try making
sure you remove any version of pytables left around (start with `pip
uninstall tables`). Perhaps try upgrading pip too.

Andrea
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?
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-
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 email to pytables-***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
Andrea Bedini
@andreabedini, http://www.andreabedini.com
use https://keybase.io/andreabedini to send me private messages
Key fingerprint = 17D5 FB49 FA18 A068 CF53  C5C2 9503 64C1 B2D5 9591
--
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.
Loading...