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
Describe the bug
Trying to fix a wheel with delocate-wheel -w fixed_wheels -v *.whl, I get the following error message:
Fixing: scikit_digital_health-0.9.12-cp310-cp310-macosx_10_9_x86_64.whl
Traceback (most recent call last):
File "/Users/lukasadamowicz/miniconda3/envs/skdh/bin/delocate-wheel", line 8, in <module>
sys.exit(main())
File "/Users/lukasadamowicz/miniconda3/envs/skdh/lib/python3.10/site-packages/delocate/cmd/delocate_wheel.py", line 128, in main
copied = delocate_wheel(
File "/Users/lukasadamowicz/miniconda3/envs/skdh/lib/python3.10/site-packages/delocate/delocating.py", line 643, in delocate_wheel
copied_libs = delocate_path(
File "/Users/lukasadamowicz/miniconda3/envs/skdh/lib/python3.10/site-packages/delocate/delocating.py", line 473, in delocate_path
return delocate_tree_libs(lib_dict, lib_path, tree_path)
File "/Users/lukasadamowicz/miniconda3/envs/skdh/lib/python3.10/site-packages/delocate/delocating.py", line 104, in delocate_tree_libs
libraries_to_copy, libraries_to_delocate = _analyze_tree_libs(
File "/Users/lukasadamowicz/miniconda3/envs/skdh/lib/python3.10/site-packages/delocate/delocating.py", line 145, in _analyze_tree_libs
raise DelocationError(
delocate.delocating.DelocationError: Already planning to copy library with same basename as: libgfortran.5.dylib
To Reproduce delocate-wheel -w fixed_wheels -v scikit_digital_health-0.9.12-cp310-cp310-macosx_10_9_x86_64.whl
Expected behavior
Expected standard output listing the libraries copied into the fixed wheel.
Describe the bug
Trying to fix a wheel with
delocate-wheel -w fixed_wheels -v *.whl
, I get the following error message:To Reproduce
delocate-wheel -w fixed_wheels -v scikit_digital_health-0.9.12-cp310-cp310-macosx_10_9_x86_64.whl
Expected behavior
Expected standard output listing the libraries copied into the fixed wheel.
Wheels used
Repository: LINK
wheel file: LINK
Platform (please complete the following information):
Additional context
Output from
delocate-listdeps --depending *.whl
:The text was updated successfully, but these errors were encountered: