python_TinderAPI
python_TinderAPI copied to clipboard
Cant import 'tinder_api'
ModuleNotFoundError: No module named 'tinder_api'
Could you add more context to your question? @caiomadmo
Ideally, you should have the tinder_api module within your project's root directory.
pip install returns the following error:
~/Cupid$ pip install tinder_api Looking in indexes: https://package-proxy.replit.com/pypi/simple/ ERROR: Could not find a version that satisfies the requirement tinder_api (from versions: none) ERROR: No matching distribution found for tinder_api