How Do You Handle Import Requests in Your Projects? or What’s the Best Way to Manage Import Requests

22 Replies, 1743 Views

For debugging, enable logging with:

```python
import logging
logging.basicConfig(level=logging.DEBUG)
```

Shows you exactly where the `import requests` calls are failing.

Messages In This Thread



Users browsing this thread: 1 Guest(s)