Python Forum
Import Error: No module named 'tables'
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Import Error: No module named 'tables'
#6
(Oct-12-2016, 06:44 PM)kentman234 Wrote: 'pip3' is not recognized as an internal or external command,
Here without setting environment Variables Path,which i will show later.
From cmd cd into in C:\Python34\Scripts
Output:
C:\Windows\System32>cd\ C:\>cd python34\scripts C:\Python34\Scripts>
First update pip.
Output:
C:\Python34\Scripts>pip install --upgrade pip Requirement already up-to-date: pip in c:\python34\lib\site-packages
All wheel you download place them in C:\Python34\Scripts folder.
First install from gohlke Numexrp
Eg for 32-bit python pip install numexpr-2.6.1-cp34-cp34m-win32.whl

Now download from Pytables,you need wheel or a complier is needed(Pytables has C extension).
Eg for 32-bit python pip install tables-3.3.0-cp34-cp34m-win32.whl

Set up environment Variables Path so pip and python command work from anywhere in cmd.
Watch this Video
You do the same but to Path you add: ;C:\python34\;C:\python34\scripts
Restart and test pip/python from anywhere in cmd.
Reply


Messages In This Thread
RE: Import Error: No module named 'tables' - by snippsat - Oct-12-2016, 07:27 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  ModuleNotFoundError: No module named 'athena_read' raman 0 133 Jun-23-2024, 04:16 AM
Last Post: raman
  no module named 'docx' when importing docx MaartenRo 1 1,331 Dec-31-2023, 11:21 AM
Last Post: deanhystad
  is import cointegration_analysis a recognized module mitcht33 1 549 Nov-06-2023, 09:29 PM
Last Post: deanhystad
  Problem with pymodbus - ModuleNotFoundError: No module named 'pymodbus.client.sync' stsxbel 2 24,936 Nov-02-2023, 08:20 AM
Last Post: South_east
  ModuleNotFoundError: No module named 'requests' Serg 18 3,431 Oct-29-2023, 11:33 PM
Last Post: Serg
  Resolving ImportError: No module named gdb (Python in C++) mandaxyz 3 1,795 Oct-04-2023, 02:43 PM
Last Post: mandaxyz
  problem in import module from other folder akbarza 5 1,852 Sep-01-2023, 07:48 AM
Last Post: Gribouillis
  ModuleNotFoundError: No module named 'PyPDF2' Benitta2525 1 1,872 Aug-07-2023, 05:32 AM
Last Post: DPaul
  can not import anaconda pandas module. PySpark pandas module is imported!! aupres 0 831 Aug-06-2023, 01:09 AM
Last Post: aupres
  Error on import: SyntaxError: source code string cannot contain null bytes kirkwilliams2049 7 8,111 Aug-03-2023, 06:00 PM
Last Post: Gribouillis

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020