silicoin-network / silicoin-blockchain

Silicoin blockchain python implementation (full node, farmer, harvester, timelord, and wallet)
Apache License 2.0
79 stars 28 forks source link

PyInstaller fails to package APScheduler various pkg_resources.DistributionNotFound #184

Closed abspoel99 closed 2 years ago

abspoel99 commented 2 years ago

I get the following error with windows GUI.

2021-12-23T11:20:26.467 daemon main : ERROR Error while handling message: Traceback (most recent call last): File "C:\Users\Infothinker-0702\work\silicoin2\venv\Lib\site-packages\chia\daemon\server.py", line 199, in safe_handle File "C:\Users\Infothinker-0702\work\silicoin2\venv\Lib\site-packages\chia\daemon\server.py", line 333, in handle_message File "C:\Users\Infothinker-0702\work\silicoin2\venv\Lib\site-packages\chia\daemon\server.py", line 572, in get_plotters File "chia\plotters\plotters.py", line 358, in get_available_plotters File "chia\plotters\chiapos.py", line 16, in get_chiapos_install_info File "pkg_resourcesinit.py", line 466, in get_distribution File "pkg_resourcesinit.py", line 342, in get_provider File "pkg_resources__init.py", line 886, in require File "pkg_resources__init.py", line 772, in resolve pkg_resources.DistributionNotFound: The 'chiapos' distribution was not found and is required by the application

I don't get any such error with windows/linuc CLI

Here is another example:

siterror

github-actions[bot] commented 2 years ago

This issue has been flagged as stale as there has been no activity on it in 14 days. If this issue is still affecting you and in need of review, please update it to keep it open.