Running into issues with appdirs 1.4.1
See original GitHub issueIssue Description
Running into issues with appdirs 1.4.1, which appears to have been released today. Am getting the issue below. More details can be found in this log. Issues exist for other Python versions as well.
FileNotFoundError: [Errno 2] No such file or directory: '/home/travis/virtualenv/python3.6.0/lib/python3.6/site-packages/appdirs-1.4.1.dist-info/METADATA'
cc @alimanfoo
Issue Analytics
- State:
- Created 6 years ago
- Reactions:25
- Comments:23 (6 by maintainers)
Top Results From Across the Web
install_tempest failed at uninstalling appdirs 1.4.1
Hi,. Pinning setuptools version in global-requirements.txt does not fix this issue because devstack installs tempset using tox which will ...
Read more >ImportError: No module named 'appdirs' - Stack Overflow
I ran across the same problem after solving the "missing pyparsing ... in <module> import appdirs ImportError: No module named appdirs.
Read more >appdirs - PyPI
A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".
Read more >Changelog - pip documentation v22.3.1
Remove appdirs as a vendored dependency. Upgrade distlib to 0.3.3. Upgrade distro to 1.6.0. Patch pkg_resources to use platformdirs rather than appdirs.
Read more >devel/py-appdirs: Python module for determining platform ...
To add the package, run one of these commands: pkg install devel/py-appdirs; pkg install py39-appdirs. NOTE: If this package has multiple flavors (see...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I have a quick work around. The appdirs is a dependency of other third party apps in my project, but I have find out that if I execute the following command:
just before my regular
It works like a charm. Maybe that will help someone.
P.S. I in the third party app the dependency to appdirs is defined as
appdirs>=1.4.0
I am having this issue on 1.4.3 as well. The aforementioned work around doesn’t seem to work for me either.
Output: