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

Humanize 1.0.0 causes PyInstaller to fail #27

Open
sneakypete81 opened this issue Apr 10, 2020 · 0 comments
Open

Humanize 1.0.0 causes PyInstaller to fail #27

sneakypete81 opened this issue Apr 10, 2020 · 0 comments

Comments

@sneakypete81
Copy link
Owner

  File "wormhole_ui/widgets/save_file_dialog.py", line 1, in <module>
    from humanize import naturalsize
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  File "/Users/xxx/Library/Caches/pypoetry/virtualenvs/wormhole-ui-JZyUYtFg-py3.7/lib/python3.7/site-packages/PyInstaller/loader/pyimod03_importers.py", line 623, in exec_module
    exec(bytecode, module.__dict__)
  File "humanize/__init__.py", line 7, in <module>
  File "pkg_resources/__init__.py", line 481, in get_distribution
  File "pkg_resources/__init__.py", line 357, in get_provider
  File "pkg_resources/__init__.py", line 900, in require
  File "pkg_resources/__init__.py", line 786, in resolve
pkg_resources.DistributionNotFound: The 'humanize' distribution was not found and is required by the application
[20106] Failed to execute script run

Works fine with Humanize 0.5.1.

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