requests
oriolluz opened this issue · 3 comments
oriolluz commented
i run the py file in cmd and it says "No module named 'requests' "
i would run the exe but it is not listed
HardyTomas commented
pip3 install -r requirements.txt
сб, 4 апр. 2020 г., 3:41 oriolluz <notifications@github.com>:
… i run the py file in cmd and it says "No module named 'requests' "
i would run the exe but it is not listed
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#3>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOHEIKQACDW4QJTV6YCNWKDRKZJZPANCNFSM4L4OWGQA>
.
oriolluz commented
already did it im running python 3.8 could that be the problem?
ScryE778 commented
already did it im running python 3.8 could that be the problem?
sudo pip3 install -r requirements.txt
or
sudo pip3 install requests