Reputation: 51
When I try 'pip install pytable', it yields the error 'no matching distribution found for basicproperty>=0.6.9a'. What could be the problem?
Upvotes: 4
Views: 4787
Reputation: 2838
Pytables is referenced in python hosted projects as tables
Use pip install tables
For more details check https://www.pytables.org/usersguide/installation.html
Upvotes: 7