Problem with pyinstaller with version 7.1.0
jmspereira opened this issue · 2 comments
jmspereira commented
Hey!
I create executables with pyinstaller of some projects that use scikit-spatial, however since version 7.1.0 I am having the following error:
File "PyInstaller/loader/pyimod02_importers.py", line 419, in exec_module
File "skspatial/__init__.py", line 7, in <module>
File "importlib/metadata/__init__.py", line 996, in version
File "importlib/metadata/__init__.py", line 969, in distribution
File "importlib/metadata/__init__.py", line 548, in from_name
importlib.metadata.PackageNotFoundError: No package metadata was found for scikit-spatial
This does not occur with the previous version (7.0.0). I suspect that is caused because this change:
d2cdb6d#diff-85bc0bcf937004ff26b6e7bd26a0be35f941eef0f79b5c5329d3cfdf7b55bfc4L10
(I'm using python 3.10)
Thanks!
ajhynes7 commented
Hi @jmspereira,
I just released 7.1.1
. See if that fixes your problem.
jmspereira commented
It is solved, thank you!