Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError: No module named 'appdirs' #686

Open
uiolee opened this issue Jun 26, 2024 · 0 comments
Open

ModuleNotFoundError: No module named 'appdirs' #686

uiolee opened this issue Jun 26, 2024 · 0 comments

Comments

@uiolee
Copy link
Contributor

uiolee commented Jun 26, 2024

error

pnpm data:analysis

$ python3 run_page/gen_svg.py --from-db --type github --output assets/github.svg
Traceback (most recent call last):
  File "D:\running_page\run_page\gen_svg.py", line 6, in <module>
    import appdirs
ModuleNotFoundError: No module named 'appdirs'

env

$ python -V
Python 3.11.8

install

$ pip install appdirs --force-reinstall
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple
Collecting appdirs
  Using cached https://pypi.tuna.tsinghua.edu.cn/packages/3b/00/2344469e2084fb287c2e0b57b72910309874c3245463acd6cf5e3db69324/appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB)
Installing collected packages: appdirs
  Attempting uninstall: appdirs
    Found existing installation: appdirs 1.4.4
    Uninstalling appdirs-1.4.4:
      Successfully uninstalled appdirs-1.4.4
Successfully installed appdirs-1.4.4
pip list
$ pip list
Package               Version
--------------------- --------------
aiofiles              24.1.0
annotated-types       0.7.0
appdirs               1.4.4
arrow                 1.3.0
beautifulsoup4        4.12.3
bitstruct             8.11.1
certifi               2024.6.2
cffi                  1.16.0
charset-normalizer    3.3.2
cloudscraper          1.2.58
colour                0.1.5
et-xmlfile            1.1.0
eviltransform         0.1.1
fit-tool              0.9.13
future                1.0.0
garmin-fit-sdk        21.141.0
garth                 0.4.46
geographiclib         2.0
geopy                 2.4.1
gpxpy                 1.4.2
greenlet              3.0.3
h11                   0.9.0
h3                    3.7.7
haversine             2.8.0
httpcore              0.11.1
httpx                 0.15.5
idna                  3.7
jdcal                 1.4.1
lxml                  4.9.4
markdown-it-py        3.0.0
mdurl                 0.1.2
numpy                 2.0.0
oauthlib              3.2.2
openpyxl              2.5.12
pip                   24.1
polyline              2.0.2
pycparser             2.22
pycryptodome          3.20.0
pydantic              2.7.4
pydantic_core         2.18.4
Pygments              2.18.0
pyparsing             3.1.2
python-dateutil       2.9.0.post0
pytz                  2024.1
PyYAML                6.0.1
requests              2.32.3
requests-oauthlib     1.3.1
requests-toolbelt     1.0.0
rfc3986               1.5.0
rich                  13.7.1
s2sphere              0.2.5
setuptools            65.5.0
six                   1.16.0
sniffio               1.3.1
soupsieve             2.5
SQLAlchemy            2.0.31
stravalib             0.10.4
stravaweblib          0.0.8
svgwrite              1.4.3
tcxreader             0.4.10
tenacity              8.4.1
timezonefinder        6.5.2
types-python-dateutil 2.9.0.20240316
typing_extensions     4.12.2
tzdata                2024.1
tzlocal               5.2
units                 0.7
urllib3               2.2.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant