Flutterwave / Python-v2

Python library for Flutterwave for Business (F4B) v2 APIs
https://developer.flutterwave.com/
MIT License
21 stars 15 forks source link

No module named 'rave_python' #85

Closed comfortchambeshi closed 3 years ago

comfortchambeshi commented 3 years ago

I was trying to test flutterwave python SDK. Now i got this error: `from rave_python import Rave, RaveExceptions, Misc

ModuleNotFoundError: No module named 'rave_python'`

ghost commented 3 years ago

Hope you installed it correctly.... And if you are using a virtual env make sure you had installed it in the virtual env

Br3mah commented 3 years ago

Run this: pip install rave-python

Instead of: pip install rave_python

comfortchambeshi commented 3 years ago

pip install rave-python

Still not working!

corneliusyaovi commented 3 years ago

Hello @comfortchambeshi ,

Please note that this is a linting error raised by your IDE.

Kindly ignore and proceed with your development.

Rest assured the team is working on removing the error.

Regards,

insookwa commented 3 years ago

i deployed my system and its throwing this error , however it doesn't show it on the local development system was this fixed