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
After packaging the program with reproducible_build.sh, I get an error when running the command ./pupil_capture in the pupil/deployment/pupil_core_v3.6-12-g634d13a4_linux_x64/Pupil Capture folder
Process world:
Traceback (most recent call last):
File "launchables/world.py", line 149, in world
File "PyInstaller/loader/pyimod02_importers.py", line 352, in exec_module
File "calibration_choreography/__init__.py", line 11, in<module>
File "PyInstaller/loader/pyimod02_importers.py", line 352, in exec_module
File "calibration_choreography/base_plugin.py", line 18, in<module>
File "PyInstaller/loader/pyimod02_importers.py", line 352, in exec_module
File "gaze_mapping/__init__.py", line 14, in<module>
File "PyInstaller/loader/pyimod02_importers.py", line 352, in exec_module
File "gaze_mapping/gazer_2d.py", line 17, in<module>
File "PyInstaller/loader/pyimod02_importers.py", line 352, in exec_module
File "sklearn/__init__.py", line 84, in<module>
File "PyInstaller/loader/pyimod02_importers.py", line 352, in exec_module
File "sklearn/base.py", line 19, in<module>
File "PyInstaller/loader/pyimod02_importers.py", line 352, in exec_module
File "sklearn/utils/__init__.py", line 11, in<module>
File "PyInstaller/loader/pyimod02_importers.py", line 352, in exec_module
File "sklearn/utils/_chunking.py", line 8, in<module>
File "PyInstaller/loader/pyimod02_importers.py", line 352, in exec_module
File "sklearn/utils/_param_validation.py", line 14, in<module>
File "PyInstaller/loader/pyimod02_importers.py", line 352, in exec_module
File "sklearn/utils/validation.py", line 26, in<module>
File "PyInstaller/loader/pyimod02_importers.py", line 352, in exec_module
File "sklearn/utils/_array_api.py", line 8, in<module>
File "PyInstaller/loader/pyimod02_importers.py", line 352, in exec_module
File "scipy/special/__init__.py", line 777, in<module>
File "scipy/special/_ufuncs.pyx", line 1, in init scipy.special._ufuncs
ModuleNotFoundError: No module named 'scipy.special._cdflib'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "multiprocessing/process.py", line 315, in _bootstrap
File "multiprocessing/process.py", line 108, in run
File "launchables/world.py", line 841, in world
UnboundLocalError: local variable 'g_pool' referenced before assignment
[19:14:39] ERROR world - launchables.world: Process Capture world.py:837
crashed with trace:
Traceback (most recent call last):
File "launchables/world.py", line 149, in
world
File
"PyInstaller/loader/pyimod02_importers.py",
line 352, in exec_module
File "calibration_choreography/__init__.py",
line 11, in<module>
File
"PyInstaller/loader/pyimod02_importers.py",
line 352, in exec_module
File
"calibration_choreography/base_plugin.py", line
18, in<module>
File
"PyInstaller/loader/pyimod02_importers.py",
line 352, in exec_module
File "gaze_mapping/__init__.py", line 14, in<module>
File
"PyInstaller/loader/pyimod02_importers.py",
line 352, in exec_module
File "gaze_mapping/gazer_2d.py", line 17, in<module>
File
"PyInstaller/loader/pyimod02_importers.py",
line 352, in exec_module
File "sklearn/__init__.py", line 84, in<module>
File
"PyInstaller/loader/pyimod02_importers.py",
line 352, in exec_module
File "sklearn/base.py", line 19, in<module>
File
"PyInstaller/loader/pyimod02_importers.py",
line 352, in exec_module
File "sklearn/utils/__init__.py", line 11, in<module>
File
"PyInstaller/loader/pyimod02_importers.py",
line 352, in exec_module
File "sklearn/utils/_chunking.py", line 8, in<module>
File
"PyInstaller/loader/pyimod02_importers.py",
line 352, in exec_module
File "sklearn/utils/_param_validation.py",
line 14, in<module>
File
"PyInstaller/loader/pyimod02_importers.py",
line 352, in exec_module
File "sklearn/utils/validation.py", line 26,
in<module>
File
"PyInstaller/loader/pyimod02_importers.py",
line 352, in exec_module
File "sklearn/utils/_array_api.py", line 8,
in<module>
File
"PyInstaller/loader/pyimod02_importers.py",
line 352, in exec_module
File "scipy/special/__init__.py", line 777,
in<module>
File "scipy/special/_ufuncs.pyx", line 1, in
init scipy.special._ufuncs
ModuleNotFoundError: No module named
'scipy.special._cdflib'
The text was updated successfully, but these errors were encountered:
I get an error when I use the packaged program.
After packaging the program with reproducible_build.sh, I get an error when running the command
./pupil_capture
in thepupil/deployment/pupil_core_v3.6-12-g634d13a4_linux_x64/Pupil Capture
folderThe text was updated successfully, but these errors were encountered: