Changes between Initial Version and Version 1 of Ticket #50058, comment 17


Ignore:
Timestamp:
Apr 9, 2024, 10:40:16 PM (3 weeks ago)
Author:
fmw42 (Fred Weinhaus)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #50058, comment 17

    initial v1  
    1 I simply want to install Python and pip with MacPorts and then use pip to install OpenCV and Numpy and other things like Scipy, PIL, and some other Python tools that are not currently supported by MacPorts yet .  But I am not sure how to handle the situation that those tools have dependencies that would be automatically installed by pip. However, I also install Imagemagick from source after installed my needed delegates with MacPorts. Some of the same dependencies are used by Imagemagick as with Python via Pip (and need to be in a directory in my PATH environment variable to be found by Imagemagick. 
     1I was not planning to use sudo. I simply want to install Python and pip with MacPorts and then use pip to install OpenCV and Numpy and other things like Scipy, PIL, and some other Python tools that are not currently supported by MacPorts yet .  But I am not sure how to handle the situation that those tools have dependencies that would be automatically installed by pip. However, I also install Imagemagick from source after installed my needed delegates with MacPorts. Some of the same dependencies are used by Imagemagick as with Python via Pip (and need to be in a directory in my PATH environment variable to be found by Imagemagick. 
    22
    33How do I avoid having duplicates?  Is there a way to have only one repository for them?