Unable to install PyTables? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Unable to install PyTables?

I use this command to install PyTables in cmd. pip install PyTables. But show me error.. Could not find a version that satisfies the requirement PyTables. Can anyone help me to fix this.

8th Jun 2019, 12:22 PM
Maninder $ingh
Maninder $ingh - avatar
2 Answers
+ 1
pip install tables
8th Jun 2019, 1:08 PM
Mert Yazıcı
Mert Yazıcı - avatar
0
Requirement already satisfied: tables in /home/ongbeo/anaconda3/lib/python3.9/site-packages (3.6.1) Requirement already satisfied: numpy>=1.9.3 in /home/ongbeo/anaconda3/lib/python3.9/site-packages (from tables) (1.26.3) Requirement already satisfied: numexpr>=2.6.2 in /home/ongbeo/anaconda3/lib/python3.9/site-packages (from tables) (2.8.4)
6th Mar 2024, 7:59 AM
Thanh Hoang
Thanh Hoang - avatar