Installing Issue for libxml2, libxml2-dev and libxslt1-dev packages on macOS
barisconur opened this issue · 1 comments
barisconur commented
Hello,
I am trying to set up my mac machine to contribute on this project, but i am struggling while installing python dependencies which are libxml2, libxml2-dev and libxslt1-dev.
Instead of sudo apt install libxml2 libxml2-dev libxslt1-dev
:
I tried to install the dependencies via pip3 and pip install commands but it throws error:
PYTHONPATH=src/ pytest command returns:
My local machine information
OS: macOS Monterey v12.0 beta
python version: Python 3.9.12
Pip3 version: 22.1
barisconur commented
I fixed this issue by installing missing packages with PyCharm internal installer. (Hover missing dependency --> Install package <package_name>)