I am trying to run a Python script that uses beautifulSoup,
I installed beautifulSoup with:
sudo pip install beautifulsoup4
Through ArcGIS desktop it is correctly installed and I can see that it is found inside the folder "site-package".
Although when I try to install through the Server I get error 'no module named bs4'.
Does anybody know how to install the library through the server correctly?
Thanks for your support,
Bye