ITADN

Hook for pygeoops

#885OpenMaximeROUBY 创建于 2025-03-19
good first issuehook-request
M
MaximeROUBYcommented
**Which library is the hook for?** `pygeoops` **Have you gotten the library to work with pyinstaller?** Yes, but it needs data files and metadata. **Additional context** If I do this code it works : ``` from PyInstaller.utils.hooks import collect_data_files from PyInstaller.utils.hooks import copy_metadata datas = copy_metadata('shapely') + collect_data_files('pygeoops') ```
1 条评论