You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I upgrade from version 3.2.0 to 3.2.1 via the MSI installer, and ran a snow app run command and got the error:
[PYI-29220:ERROR] Failed to execute script 'pyi_rth_multiprocessing' due to unhandled exception!
I then tried snow --version and received the same error.
PS C:\Users\> snow --version
Traceback (most recent call last):
File "Lib\site-packages\PyInstaller\hooks\rthooks\pyi_rth_multiprocessing.py", line 54, in<module>
File "Lib\site-packages\PyInstaller\hooks\rthooks\pyi_rth_multiprocessing.py", line 16, in _pyi_rthook
File "PyInstaller\loader\pyimod02_importers.py", line 384, in exec_module
File "multiprocessing\__init__.py", line 16, in<module>
File "PyInstaller\loader\pyimod02_importers.py", line 384, in exec_module
File "multiprocessing\context.py", line 6, in<module>
File "PyInstaller\loader\pyimod02_importers.py", line 384, in exec_module
File "multiprocessing\reduction.py", line 16, in<module>
File "PyInstaller\loader\pyimod02_importers.py", line 384, in exec_module
File "socket.py", line 51, in<module>
ModuleNotFoundError: No module named '_socket'
[PYI-31084:ERROR] Failed to execute script 'pyi_rth_multiprocessing' due to unhandled exception!
I uninstalled 3.2.1 and reinstalled 3.2.0 and things are back to working as expected
Console output
Traceback (most recent call last):
File "Lib\site-packages\PyInstaller\hooks\rthooks\pyi_rth_multiprocessing.py", line 54, in<module>
File "Lib\site-packages\PyInstaller\hooks\rthooks\pyi_rth_multiprocessing.py", line 16, in _pyi_rthook
File "PyInstaller\loader\pyimod02_importers.py", line 384, in exec_module
File "multiprocessing\__init__.py", line 16, in<module>
File "PyInstaller\loader\pyimod02_importers.py", line 384, in exec_module
File "multiprocessing\context.py", line 6, in<module>
File "PyInstaller\loader\pyimod02_importers.py", line 384, in exec_module
File "multiprocessing\reduction.py", line 16, in<module>
File "PyInstaller\loader\pyimod02_importers.py", line 384, in exec_module
File "socket.py", line 51, in<module>
ModuleNotFoundError: No module named '_socket'
[PYI-31084:ERROR] Failed to execute script 'pyi_rth_multiprocessing' due to unhandled exception!
How to reproduce
I can reproduce it with every snow command I've triedwith version 3.2.1 installed.
Had 3.2.0 installed
Downloaded 3.2.1 msi installer
Execute .msi file and let it upgrade the installation
Run snow --version from the console
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
PYI-31084:ERROR since upgrading to version 3.2.1 - Failed to execute script 'pyi_rth_multiprocessing' due to unhandled exception!
SNOW-1848362: PYI-31084:ERROR since upgrading to version 3.2.1 - Failed to execute script 'pyi_rth_multiprocessing' due to unhandled exception!
Dec 6, 2024
SnowCLI version
3.2.1
Python version
Python 3.12.7
Platform
Windows-10-10.0.19045-SP0
What happened
I upgrade from version 3.2.0 to 3.2.1 via the MSI installer, and ran a
snow app run
command and got the error:I then tried
snow --version
and received the same error.I uninstalled 3.2.1 and reinstalled 3.2.0 and things are back to working as expected
Console output
How to reproduce
I can reproduce it with every
snow
command I've triedwith version 3.2.1 installed.snow --version
from the consoleThe text was updated successfully, but these errors were encountered: