4815162342lost / steam_gifts_bot

bot for http://www.steamgifts.com/
GNU General Public License v3.0
32 stars 6 forks source link

"pip3 install time" fails #2

Closed grray closed 7 years ago

grray commented 7 years ago
# pip3 install time requests random bs4 os json platform re sys subprocess datetime notify2 gi
Collecting time
  Could not find a version that satisfies the requirement time (from versions: )
No matching distribution found for time
You are using pip version 8.1.1, however version 8.1.2 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.

OS is Ubuntu 16.04.1, hardware: raspberry pi 2 (arm processor). All is working this way

pip3 install requests bs4 datetime notify2 gi

I guess other packages kind of built-in, so they can be removed from "requirements" help section.

4815162342lost commented 7 years ago

Dear grray,

I fixed wiki. Could you, please, check and close issues, if all OK now?

Thanks in advance!

grray commented 7 years ago

It should be opposite: Some modules are a standard python 3 modules and not needed to install (for example time, random, os, json, platform, re, sys, subprocess).

4815162342lost commented 7 years ago

Done.

grray commented 7 years ago

Now it's good. Thanks!