Changes between Initial Version and Version 1 of Ticket #61190, comment 14


Ignore:
Timestamp:
Sep 17, 2020, 8:42:40 PM (4 years ago)
Author:
Schamschula (Marius Schamschula)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #61190, comment 14

    initial v1  
    1414}}}
    1515
    16 However, any package installed by pip may conflict with the same package installed by MacPorts. I.e. if I install a package via pip it may install a number dependencies met previously installed by MacPorts. These packages are not recorded in the MacPorts registry. If you then attempt to install the corresponding MacPorts package, the activation phase will fail, as the files will already exist. This is the same issue as with {{{poetry}}}.
     16However, any package installed by pip may conflict with the same package installed by MacPorts. I.e. if I install a package via pip it may install a number dependencies not previously installed by MacPorts. These packages are not recorded in the MacPorts registry. If you then attempt to install the corresponding MacPorts package, the activation phase will fail, as the files will already exist. This is the same issue as with {{{poetry}}}.
    1717
    1818For example: before there was a port of tensorflow, I used pip to install tensorflow. Later, when I used MacPorts to install tensorflow, I had to manually uninstall several packages that had been installed by pip.