I have built xorg from ports and it required python3.7 and in the process installed py37-setuptools (which isn't even a specific official port, there is only py-setuptools). Now whenever I try to build something that requires python3.8 and py38-setuptools (default build from py-setuptools port) I get an error saying there is a conflict in the file "easy_install". An example: building rxvt-unicode is impossible because of this conflict.
I have updated ports and extracted everything but I still get this error.
running "make deinstall" in port py-setuptools yields nothing because py38-setuptools is not installed. There is no port for py37-setuptools and removing that package will remove meson, libinput, xorg, and other packages.
Code:
Installing py38-setuptools-44.0.0_1...
pkg-static: py38-setuptools-44.0.0_1 conflicts with py37-setuptools-44.0.0 (installs files into the same place). Problematic file: /usr/local/bin/easy_install
*** Error code 1
Stop.
make: stopped ...
I have updated ports and extracted everything but I still get this error.
running "make deinstall" in port py-setuptools yields nothing because py38-setuptools is not installed. There is no port for py37-setuptools and removing that package will remove meson, libinput, xorg, and other packages.