Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Install failure for pytables in terminal

When I try 'pip install pytable', it yields the error 'no matching distribution found for basicproperty>=0.6.9a'. What could be the problem?

like image 301
Gibbs H. Avatar asked Sep 16 '25 20:09

Gibbs H.


1 Answers

Pytables is referenced in python hosted projects as tables

Use pip install tables

For more details check https://www.pytables.org/usersguide/installation.html

like image 132
anand_v.singh Avatar answered Sep 19 '25 09:09

anand_v.singh