cannot import name 'inverse_perpetual' from 'pybit'

1.5k Views Asked by At

cannot import inverse_perpetual from pybit:

from pybit import inverse_perpetual

Exception has occurred: ImportError cannot import name 'inverse_perpetual' from 'pybit'

1

There are 1 best solutions below

0
On

I had to install NumPy and pandas to resolve this issue