Windows 2000 + Python 3.7 で使えるライブラリ
とりあえず、 pip をつかって Windows 2000に色んなライブラリを放り込んでみました。
pip は 21.0.1 より新しいバージョンにすると動作しなくなります ・ω・
F:\Python37-32->python -m pip list Package Version aiohttp 3.8.5 aiosignal 1.3.1 altair 5.0.1 anyio 3.7.1 appdirs 1.4.4 argon2-cffi 21.3.0 argon2-cffi-bindings 21.2.0 astor 0.8.1 async-generator 1.10 async-timeout 4.0.2 asynctest 0.13.0 attrs 23.1.0 awsebcli 3.20.7 backcall 0.2.0 backports.zoneinfo 0.2.1 base58 2.1.1 beautifulsoup4 4.12.2 bleach 4.0.0 blinker 1.6.2 boto3 1.28.7 botocore 1.29.158 cachetools 5.3.1 cargo 0.3 cement 2.8.2 certifi 2023.5.7 cffi 1.15.1 chardet 5.1.0 charset-normalizer 3.2.0 click 8.1.6 colorama 0.4.3 Cython 3.0.0 DataProperty 1.0.1 debugpy 1.6.7 decorator 5.1.1 defusedxml 0.7.1 dnspython 2.3.0 dominate 2.8.0 entrypoints 0.4 enum-compat 0.0.3 exceptiongroup 1.1.2 fastjsonschema 2.17.1 frozenlist 1.3.3 future-annotations 1.0.0 gitdb 4.0.10 GitPython 3.1.32 h11 0.14.0 httpcore 0.17.3 httpx 0.24.1 idna 3.4 importlib-metadata 6.7.0 importlib-resources 5.12.0 ipykernel 6.16.2 ipython 7.34.0 ipython-genutils 0.2.0 ipywidgets 8.0.7 jedi 0.18.2 Jinja2 3.1.2 jmespath 1.0.1 jsonschema 4.17.3 jupyter 1.0.0 jupyter-client 7.4.9 jupyter-console 6.6.3 jupyter-core 4.12.0 jupyterlab-pygments 0.2.2 jupyterlab-widgets 3.0.8 MarkupSafe 2.1.3 matplotlib-inline 0.1.6 mbstrdecoder 1.1.3 mistune 3.0.1 motor 3.2.0 multidict 6.0.4 nbclient 0.7.4 nbconvert 7.6.0 nbformat 5.8.0 nest-asyncio 1.5.6 notebook 4.4.1 numpy 1.21.6 packaging 23.1 pandas 1.3.5 pandocfilters 1.5.0 parso 0.8.3 pathspec 0.10.1 pathvalidate 3.1.0 pickleshare 0.7.5 Pillow 9.5.0 pip 21.0.1 pkgutil-resolve-name 1.3.10 platformdirs 3.9.1 prettytable 3.7.0 prometheus-client 0.17.1 prompt-toolkit 3.0.39 protobuf 4.23.4 psutil 5.9.5 pycparser 2.21 pydeck 0.8.0 Pygments 2.15.1 pymongo 4.4.1 pyparsing 3.1.0 pypistats 1.3.0 pypiwin32 223 PYPOWER 5.1.16 pyrsistent 0.19.3 pytablewriter 1.0.0 python-dateutil 2.8.2 python-slugify 8.0.1 pytz 2023.3 pywin32 306 pywinpty 0.5.7 PyYAML 5.4.1 pyzmq 25.1.0 qtconsole 5.4.3 QtPy 2.3.1 requests 2.31.0 s3transfer 0.6.1 semantic-version 2.8.5 Send2Trash 1.8.2 setuptools 47.1.0 six 1.14.0 smmap 5.0.0 sniffio 1.3.0 soupsieve 2.4.1 streamlit 0.62.0 tabledata 1.3.1 tcolorpy 0.1.3 termcolor 2.3.0 terminado 0.9.5 testpath 0.6.0 text-unidecode 1.3 tinycss2 1.2.1 tokenize-rt 5.0.0 toml 0.10.2 toolz 0.12.0 tornado 6.2 traitlets 5.9.0 typepy 1.3.1 typing-extensions 4.7.1 tzdata 2023.3 tzlocal 5.0.1 urllib3 1.26.16 validators 0.20.0 watchdog 3.0.0 wcwidth 0.1.9 webencodings 0.5.1 wheel 0.40.0 widgetsnbextension 4.0.8 yarl 1.9.2 zipp 3.15.0 |
Comments