Gibbs H.
Gibbs H.

Reputation: 51

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?

Upvotes: 4

Views: 4787

Answers (1)

anand_v.singh
anand_v.singh

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

Related Questions