Python Forum
How should I run pip-date in python3?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How should I run pip-date in python3?
#3
(Mar-31-2023, 08:49 AM)newbieAuggie2019 Wrote: the command to run that module is "$ pip-date" in Linux.
Hmmm, it seems that actually the dollar sign ("$") is a sort of prompt symbol in Linux, similar to the sign ">" in the Windows shell...

That means that to run the module pip-date in Linux, you just type the name of the module, and then press the "ENTER" key.

If I do that in the anaconda prompt on windows, it shows the '"pip-date" is not recognized as an internal or external command [...]' error, which apparently it is due to a wrong... path!!! Alas! (I hate configurating paths, as I usually do it wrong).

When I type this:

(base) C:\Users\MyName>pip list -o
I get this:

Package                    Version    Latest     Type
------------------         -------    -------    -----
charset-normalizer          2.0.4      3.1.0      wheel
colorama                    0.4.5      0.4.6      wheel
cryptography                38.0.1     40.0.1     wheel
pip                         22.3.1     23.0.1     wheel
pyOpenSSL                   22.0.0     23.1.1     wheel
requests                    2.28.1     2.28.2     wheel
ruamel.yaml.clib            0.2.6      0.2.7      wheel
setuptools                  65.5.0     67.6.1     wheel
tqdm                        4.64.1     4.65.0     wheel
urllib3                     1.26.13    1.26.15    wheel
wheel                       0.37.1     0.40.0     wheel
And if I type this:

(base) C:\Users\MyName>pip freeze requests
I get this:

absl-py==1.4.0
brotlipy==0.7.0
certifi @ file:///C:/b/abs_85o_6fm0se/croot/certifi_1671487778835/work/certifi
cffi @ file:///C:/b/abs_49n3v2hyhr/croot/cffi_1670423218144/work
charset-normalizer @ file:///tmp/build/80754af9/charset-normalizer_1630003229654/work
click==8.1.3
colorama @ file:///C:/Windows/TEMP/abs_9439aeb1-0254-449a-96f7-33ab5eb17fc8apleb4yn/croots/recipe/colorama_1657009099097/work
conda==22.11.1
conda-content-trust @ file:///C:/Windows/TEMP/abs_4589313d-fc62-4ccc-81c0-b801b4449e833j1ajrwu/croots/recipe/conda-content-trust_1658126379362/work
conda-package-handling @ file:///C:/b/abs_44a2d5ajjt/croot/conda-package-handling_1666940385350/work
cryptography @ file:///C:/b/abs_36x9ifdcl4/croot/cryptography_1665612655344/work
idna @ file:///C:/b/abs_bdhbebrioa/croot/idna_1666125572046/work
lxml==4.9.2
menuinst @ file:///C:/Users/BUILDE~1/AppData/Local/Temp/abs_455sf5o0ct/croots/recipe/menuinst_1661805970842/work
numpy==1.24.2
ortools==9.6.2534
pdf2image==1.16.3
Pillow==9.4.0
pip-date==1.0.5
pluggy @ file:///C:/ci/pluggy_1648042746254/work
poppler-utils==0.1.0
protobuf==4.22.1
pycosat @ file:///C:/b/abs_4b1rrw8pn9/croot/pycosat_1666807711599/work
pycparser @ file:///tmp/build/80754af9/pycparser_1636541352034/work
pyOpenSSL @ file:///opt/conda/conda-bld/pyopenssl_1643788558760/work
PySocks @ file:///C:/ci_310/pysocks_1642089375450/work
requests @ file:///C:/ci/requests_1657735340829/work
ruamel.yaml @ file:///C:/b/abs_30ee5qbthd/croot/ruamel.yaml_1666304562000/work
ruamel.yaml.clib @ file:///C:/b/abs_aarblxbilo/croot/ruamel.yaml.clib_1666302270884/work
scipy==1.10.1
six @ file:///tmp/build/80754af9/six_1644875935023/work
toolz @ file:///C:/b/abs_cfvk6rc40d/croot/toolz_1667464080130/work
tqdm @ file:///C:/b/abs_0axbz66qik/croots/recipe/tqdm_1664392691071/work
urllib3 @ file:///C:/b/abs_21qa0j12xt/croot/urllib3_1670527000672/work
win-inet-pton @ file:///C:/ci_310/win_inet_pton_1642658466512/work
wincertstore==0.2
As the list is alphabetically ordered, you can easily find pip-date on it, so I'm sure I have pip-date installed. How should I do to make it run?

Thanks again,
newbieAuggie2019

"That's been one of my mantras - focus and simplicity. Simple can be harder than complex: You have to work hard to get your thinking clean to make it simple. But it's worth it in the end because once you get there, you can move mountains."
Steve Jobs
Reply


Messages In This Thread
RE: How should I run pip-date in python3? - by newbieAuggie2019 - Mar-31-2023, 11:00 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Compare current date on calendar with date format file name Fioravanti 1 315 Mar-26-2024, 08:23 AM
Last Post: Pedroski55
  Python date format changes to date & time 1418 4 723 Jan-20-2024, 04:45 AM
Last Post: 1418
  Date format and past date check function Turtle 5 4,414 Oct-22-2021, 09:45 PM
Last Post: deanhystad
  How to add previous date infront of every unique customer id's invoice date ur_enegmatic 1 2,284 Feb-06-2021, 10:48 PM
Last Post: eddywinch82
  How to add date and years(integer) to get a date NG0824 4 2,936 Sep-03-2020, 02:25 PM
Last Post: NG0824
  Gnuradio python3 is not compatible python3 xmlrpc library How Can I Fix İt ? muratoznnnn 3 5,002 Nov-07-2019, 05:47 PM
Last Post: DeaD_EyE
  Substracting today's date from a date in column of dates to get an integer value firebird 1 2,166 Jul-04-2019, 06:54 PM
Last Post: Axel_Erfurt
  How to change existing date to current date in a filename? shankar455 1 2,335 Apr-17-2019, 01:53 PM
Last Post: snippsat
  Date format conversion "/Date(158889600000)/" lbitten 2 2,880 Nov-29-2018, 02:14 PM
Last Post: Larz60+

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020