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 PR #1701, issue #1678 is half-way fixed. However, the bat-file entry points created by linux-to-win conversion are not included in paths.json. For those, all the keys ("_path", "sha256", "path_type", "size_in_bytes", etc.) need to be set in the same way as conda-build does.
This means that packages with entry points converted from linux to windows are still uninstallable with conda 4.3.x. I just confirmed this with the package generated by
After PR #1701, issue #1678 is half-way fixed. However, the bat-file entry points created by linux-to-win conversion are not included in
paths.json
. For those, all the keys ("_path"
,"sha256"
,"path_type"
,"size_in_bytes"
, etc.) need to be set in the same way as conda-build does.This means that packages with entry points converted from linux to windows are still uninstallable with conda 4.3.x. I just confirmed this with the package generated by
(on conda-build commit e92e8fd on linux), installing with conda 4.3.9 on Windows.
The text was updated successfully, but these errors were encountered: