I ran the following:
So I tried to reinstall textproc/py-recommonmark
But then I'm getting the following make error:
I also tried to reinstall python but with no luck.
Anyone know what's happening here?
Thanks,
portmaster --check-depends
Code:
Checking all packages: 100%
py39-recommonmark has a missing dependency: py39-sphinx
So I tried to reinstall textproc/py-recommonmark
Code:
===>>> The following actions will be taken if you choose to proceed:
Re-install py39-recommonmark-0.5.0_2
Install textproc/py-sphinx@py39
Install devel/py-importlib-metadata@py39
Install devel/py-zipp@py39
===>>> Proceed? y/n [y]
But then I'm getting the following make error:
Code:
File "/usr/local/lib/python3.9/site-packages/setuptools/_importlib.py", line 31, in <listcomp>
if isinstance(ob, importlib_metadata.MetadataPathFinder)
AttributeError: module 'importlib_metadata' has no attribute 'MetadataPathFinder'
*** Error code 1
Stop.
make: stopped in /usr/ports/
===>>> make build failed for textproc/py-recommonmark
===>>> Aborting update
===>>> You can restart from the point of failure with this command line:
portmaster <flags> textproc/py-recommonmark textproc/py-sphinx@py39 devel/py-importlib-metadata@py39 devel/py-zipp@py39
This command has been saved to ~/portmasterfail.txt
I also tried to reinstall python but with no luck.
Anyone know what's happening here?
Thanks,