Can't launch trape python trace back issue
Open
- Dominant language
- Python
- Stars
- 9k
- Forks
- 1.4k
- PR merge metrics
- No merged PRs in 30d
Description
`13:04:33 root:~/trape #? $ python3 trape.py
Traceback (most recent call last):
File "trape.py", line 23, in
from core.utils import utils #
File "/root/trape/core/utils.py", line 23, in
import httplib
ModuleNotFoundError: No module named 'httplib'
13:04:38 root:~/trape #? $ python trape.py
Traceback (most recent call last):
File "trape.py", line 23, in
from core.utils import utils #
File "/root/trape/core/utils.py", line 21, in
import requests, json
ImportError: No module named requests
13:04:41 root:~/trape #? $
`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.