You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The installation fails sometimes since it is not able to link PKG_CONFIG_PATH correctly, one solution could be appending following script into ~/.bashrc
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:<YOUR-PYTHON-PATH>/lib/pkgconfig by replacing <YOUR-PYTHON-PATH> with the python path.
The text was updated successfully, but these errors were encountered:
The installation fails sometimes since it is not able to link PKG_CONFIG_PATH correctly, one solution could be appending following script into
~/.bashrc
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:<YOUR-PYTHON-PATH>/lib/pkgconfig
by replacing<YOUR-PYTHON-PATH>
with the python path.The text was updated successfully, but these errors were encountered: