biolab / orange3-text

🍊 :page_facing_up: Text Mining add-on for Orange3
Other
127 stars 84 forks source link

Error : Orange3-text addon cannot be installed on Apple Silicon #974

Closed asmasbai closed 1 year ago

asmasbai commented 1 year ago

I installed Orange3 on my Mac os Mojave 10.14.6. The version of Orange 3 is 3.35.0 I used the dmg installer I needed to install add-ons : Installer - > Add-ons I got this error: Capture d’écran 2023-05-10 à 10 20 23

My internet is working just fine, I don't use any proxy, I even tried to connect with my 4G I always have the same error.

the details of the error are as follow:

Traceback (most recent call last): File "/Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, self.kwargs) File "/Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/orangecanvas/application/addons.py", line 510, in lambda config=config: (config, list_available_versions(config)), File "/Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/orangecanvas/application/utils/addons.py", line 364, in list_available_versions response = session.get(PYPI_API_JSON.format(name=p)) File "/Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/requests/sessions.py", line 600, in get return self.request("GET", url, kwargs) File "/Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/requests/sessions.py", line 587, in request resp = self.send(prep, **send_kwargs) File "/Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/requests/sessions.py", line 745, in send r.content File "/Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/requests/models.py", line 899, in content self._content = b"".join(self.iter_content(CONTENT_CHUNK_SIZE)) or b"" File "/Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/requests/models.py", line 816, in generate yield from self.raw.stream(chunk_size, decode_content=True) File "/Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/urllib3/response.py", line 935, in stream data = self.read(amt=amt, decode_content=decode_content) File "/Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/urllib3/response.py", line 874, in read data = self._raw_read(amt) File "/Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/urllib3/response.py", line 809, in _raw_read data = self._fp_read(amt) if not fp_closed else b"" File "/Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/urllib3/response.py", line 794, in _fp_read return self._fp.read(amt) if amt is not None else self._fp.read() File "/Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/cachecontrol/filewrapper.py", line 96, in read self._close() File "/Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/cachecontrol/filewrapper.py", line 76, in _close self.__callback(result) File "/Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/cachecontrol/controller.py", line 353, in cache_response self._cache_set(cache_url, request, response, body, expires_time) File "/Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/cachecontrol/controller.py", line 274, in _cache_set self.serializer.dumps(request, response, body), File "/Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/cachecontrol/serialize.py", line 54, in dumps u"strict": response.strict, AttributeError: 'HTTPResponse' object has no attribute 'strict'

Please, i need support for this issue so i can complete a project. Thanks in advance

PrimozGodec commented 1 year ago

Hi, @asmasbai. Thank you for reporting, and sorry for the inconvenience. We already spotted an error yesterday and published a new installer. You can go to https://orangedatamining.com/download/#macos, redownload the installer and reinstall Orange from the new dmg.

asmasbai commented 1 year ago

Hi! Thank you for your answer, i just deleted the orange3 and re-downloaded the new dmg but still i have the same problem :(

PrimozGodec commented 1 year ago

We will try to investigate the reason why it is happening. I think that the old installer might be cached by our DNS provider Cloudflare, which is why you are not getting a newer version.

In the meantime, you can fix your Orange:

  1. Open the Terminal app on your computer
  2. Run (paste in Terminal and press enter) /Applications/Orange3.app/Contents/MacOS/pip install urllib3==1.26.15. You have Orange installed outside the Applications folder; change the first part of the path.
  3. Reopen Orange
asmasbai commented 1 year ago

Thanks for the command it works i can see know the add-ons available. But, when I choosed the text add-ons it gave me a new error: Capture d’écran 2023-05-10 à 11 10 22

the details:

Collecting Orange3-Text==1.13.0 Using cached Orange3_Text-1.13.0-py3-none-any.whl (32.4 MB) Requirement already satisfied: Orange3>=3.34.0 in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from Orange3-Text==1.13.0) (3.35.0) Requirement already satisfied: anyqt in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from Orange3-Text==1.13.0) (0.2.0) Collecting beautifulsoup4 (from Orange3-Text==1.13.0) Using cached beautifulsoup4-4.12.2-py3-none-any.whl (142 kB) Collecting biopython (from Orange3-Text==1.13.0) Using cached biopython-1.81-cp39-cp39-macosx_10_9_x86_64.whl (2.7 MB) Collecting conllu (from Orange3-Text==1.13.0) Using cached conllu-4.5.2-py2.py3-none-any.whl (16 kB) Requirement already satisfied: docx2txt>=0.6 in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from Orange3-Text==1.13.0) (0.8) Collecting gensim!=4.3.1,>=4.3.0 (from Orange3-Text==1.13.0) Using cached gensim-4.3.0-cp39-cp39-macosx_10_9_x86_64.whl (24.0 MB) Requirement already satisfied: httpx!=0.23.1 in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from Orange3-Text==1.13.0) (0.24.0) Collecting langdetect (from Orange3-Text==1.13.0) Using cached langdetect-1.0.9-py3-none-any.whl Collecting lemmagen3 (from Orange3-Text==1.13.0) Using cached lemmagen3-3.5.0-cp39-cp39-macosx_10_9_x86_64.whl (11.7 MB) Collecting lxml (from Orange3-Text==1.13.0) Using cached lxml-4.9.2.tar.gz (3.7 MB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting nltk>=3.0.5 (from Orange3-Text==1.13.0) Using cached nltk-3.8.1-py3-none-any.whl (1.5 MB) Requirement already satisfied: numpy in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from Orange3-Text==1.13.0) (1.24.3) Collecting odfpy>=1.3.5 (from Orange3-Text==1.13.0) Using cached odfpy-1.4.1-py2.py3-none-any.whl Requirement already satisfied: orange-canvas-core in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from Orange3-Text==1.13.0) (0.1.31) Requirement already satisfied: orange-widget-base>=4.14.0 in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from Orange3-Text==1.13.0) (4.21.0) Requirement already satisfied: owlready2 in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from Orange3-Text==1.13.0) (0.41) Requirement already satisfied: pandas in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from Orange3-Text==1.13.0) (1.5.3) Requirement already satisfied: pdfminer3k>=1.3.1 in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from Orange3-Text==1.13.0) (1.3.4) Requirement already satisfied: pyclipper>=1.2.0 in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from Orange3-Text==1.13.0) (1.3.0.post4) Requirement already satisfied: pyqtgraph in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from Orange3-Text==1.13.0) (0.13.3) Requirement already satisfied: pyyaml in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from Orange3-Text==1.13.0) (6.0) Requirement already satisfied: requests in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from Orange3-Text==1.13.0) (2.30.0) Requirement already satisfied: scikit-learn in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from Orange3-Text==1.13.0) (1.1.3) Requirement already satisfied: scipy in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from Orange3-Text==1.13.0) (1.10.1) Requirement already satisfied: serverfiles in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from Orange3-Text==1.13.0) (0.3.1) Requirement already satisfied: simhash>=1.11 in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from Orange3-Text==1.13.0) (2.1.2) Requirement already satisfied: six in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from Orange3-Text==1.13.0) (1.16.0) Collecting tweepy>=4.0.0 (from Orange3-Text==1.13.0) Using cached tweepy-4.14.0-py3-none-any.whl (98 kB) Requirement already satisfied: ufal.udpipe>=1.2.0.3 in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from Orange3-Text==1.13.0) (1.3.0.1) Collecting wikipedia (from Orange3-Text==1.13.0) Using cached wikipedia-1.4.0-py3-none-any.whl Collecting yake (from Orange3-Text==1.13.0) Using cached yake-0.4.8-py2.py3-none-any.whl (60 kB) Requirement already satisfied: smart-open>=1.8.1 in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from gensim!=4.3.1,>=4.3.0->Orange3-Text==1.13.0) (6.3.0) Collecting FuzzyTM>=0.4.0 (from gensim!=4.3.1,>=4.3.0->Orange3-Text==1.13.0) Using cached FuzzyTM-2.0.5-py3-none-any.whl (29 kB) Requirement already satisfied: certifi in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from httpx!=0.23.1->Orange3-Text==1.13.0) (2022.12.7) Requirement already satisfied: httpcore<0.18.0,>=0.15.0 in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from httpx!=0.23.1->Orange3-Text==1.13.0) (0.17.0) Requirement already satisfied: idna in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from httpx!=0.23.1->Orange3-Text==1.13.0) (3.4) Requirement already satisfied: sniffio in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from httpx!=0.23.1->Orange3-Text==1.13.0) (1.3.0) Collecting click (from nltk>=3.0.5->Orange3-Text==1.13.0) Using cached click-8.1.3-py3-none-any.whl (96 kB) Requirement already satisfied: joblib in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from nltk>=3.0.5->Orange3-Text==1.13.0) (1.2.0) Requirement already satisfied: regex>=2021.8.3 in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from nltk>=3.0.5->Orange3-Text==1.13.0) (2023.5.5) Requirement already satisfied: tqdm in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from nltk>=3.0.5->Orange3-Text==1.13.0) (4.65.0) Collecting defusedxml (from odfpy>=1.3.5->Orange3-Text==1.13.0) Using cached defusedxml-0.7.1-py2.py3-none-any.whl (25 kB) Requirement already satisfied: matplotlib in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from orange-widget-base>=4.14.0->Orange3-Text==1.13.0) (3.7.1) Requirement already satisfied: typing-extensions>=3.7.4.3 in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from orange-widget-base>=4.14.0->Orange3-Text==1.13.0) (4.5.0) Requirement already satisfied: appnope in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from orange-widget-base>=4.14.0->Orange3-Text==1.13.0) (0.1.3) Requirement already satisfied: setuptools in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from orange-canvas-core->Orange3-Text==1.13.0) (58.1.0) Requirement already satisfied: docutils in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from orange-canvas-core->Orange3-Text==1.13.0) (0.18.1) Requirement already satisfied: commonmark>=0.8.1 in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from orange-canvas-core->Orange3-Text==1.13.0) (0.9.1) Requirement already satisfied: cachecontrol[filecache] in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from orange-canvas-core->Orange3-Text==1.13.0) (0.12.11) Requirement already satisfied: pip>=18.0 in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from orange-canvas-core->Orange3-Text==1.13.0) (23.1.2) Requirement already satisfied: dictdiffer in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from orange-canvas-core->Orange3-Text==1.13.0) (0.9.0) Requirement already satisfied: qasync in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from orange-canvas-core->Orange3-Text==1.13.0) (0.24.0) Requirement already satisfied: baycomp>=1.0.2 in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from Orange3>=3.34.0->Orange3-Text==1.13.0) (1.0.2) Requirement already satisfied: bottleneck>=1.3.4 in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from Orange3>=3.34.0->Orange3-Text==1.13.0) (1.3.7) Requirement already satisfied: chardet>=3.0.2 in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from Orange3>=3.34.0->Orange3-Text==1.13.0) (5.1.0) Requirement already satisfied: keyring in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from Orange3>=3.34.0->Orange3-Text==1.13.0) (23.13.1) Requirement already satisfied: keyrings.alt in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from Orange3>=3.34.0->Orange3-Text==1.13.0) (4.2.0) Requirement already satisfied: networkx in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from Orange3>=3.34.0->Orange3-Text==1.13.0) (3.1) Requirement already satisfied: openTSNE!=0.7.0,>=0.6.1 in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from Orange3>=3.34.0->Orange3-Text==1.13.0) (0.7.1) Requirement already satisfied: openpyxl in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from Orange3>=3.34.0->Orange3-Text==1.13.0) (3.1.2) Requirement already satisfied: pygments>=2.8.0 in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from Orange3>=3.34.0->Orange3-Text==1.13.0) (2.15.1) Requirement already satisfied: python-louvain>=0.13 in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from Orange3>=3.34.0->Orange3-Text==1.13.0) (0.16) Requirement already satisfied: qtconsole>=4.7.2 in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from Orange3>=3.34.0->Orange3-Text==1.13.0) (5.4.3) Requirement already satisfied: xlrd>=1.2.0 in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from Orange3>=3.34.0->Orange3-Text==1.13.0) (2.0.1) Requirement already satisfied: xlsxwriter in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from Orange3>=3.34.0->Orange3-Text==1.13.0) (3.1.0) Requirement already satisfied: python-dateutil>=2.8.1 in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from pandas->Orange3-Text==1.13.0) (2.8.2) Requirement already satisfied: pytz>=2020.1 in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from pandas->Orange3-Text==1.13.0) (2023.3) Requirement already satisfied: ply in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from pdfminer3k>=1.3.1->Orange3-Text==1.13.0) (3.11) Requirement already satisfied: threadpoolctl>=2.0.0 in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from scikit-learn->Orange3-Text==1.13.0) (3.1.0) Requirement already satisfied: oauthlib<4,>=3.2.0 in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from tweepy>=4.0.0->Orange3-Text==1.13.0) (3.2.2) Collecting requests-oauthlib<2,>=1.2.0 (from tweepy>=4.0.0->Orange3-Text==1.13.0) Using cached requests_oauthlib-1.3.1-py2.py3-none-any.whl (23 kB) Requirement already satisfied: charset-normalizer<4,>=2 in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from requests->Orange3-Text==1.13.0) (3.1.0) Requirement already satisfied: urllib3<3,>=1.21.1 in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from requests->Orange3-Text==1.13.0) (1.26.15) Requirement already satisfied: soupsieve>1.2 in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from beautifulsoup4->Orange3-Text==1.13.0) (2.4.1) Requirement already satisfied: pybind11>=2.4 in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from lemmagen3->Orange3-Text==1.13.0) (2.10.4) Requirement already satisfied: tabulate in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from yake->Orange3-Text==1.13.0) (0.9.0) Collecting segtok (from yake->Orange3-Text==1.13.0) Using cached segtok-1.5.11-py3-none-any.whl (24 kB) Collecting jellyfish (from yake->Orange3-Text==1.13.0) Using cached jellyfish-0.11.2-cp39-cp39-macosx_10_7_x86_64.whl (328 kB) Collecting pyfume (from FuzzyTM>=0.4.0->gensim!=4.3.1,>=4.3.0->Orange3-Text==1.13.0) Using cached pyFUME-0.2.25-py3-none-any.whl (67 kB) Requirement already satisfied: h11<0.15,>=0.13 in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from httpcore<0.18.0,>=0.15.0->httpx!=0.23.1->Orange3-Text==1.13.0) (0.14.0) Requirement already satisfied: anyio<5.0,>=3.0 in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from httpcore<0.18.0,>=0.15.0->httpx!=0.23.1->Orange3-Text==1.13.0) (3.6.2) Requirement already satisfied: contourpy>=1.0.1 in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from matplotlib->orange-widget-base>=4.14.0->Orange3-Text==1.13.0) (1.0.7) Requirement already satisfied: cycler>=0.10 in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from matplotlib->orange-widget-base>=4.14.0->Orange3-Text==1.13.0) (0.11.0) Requirement already satisfied: fonttools>=4.22.0 in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from matplotlib->orange-widget-base>=4.14.0->Orange3-Text==1.13.0) (4.39.3) Requirement already satisfied: kiwisolver>=1.0.1 in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from matplotlib->orange-widget-base>=4.14.0->Orange3-Text==1.13.0) (1.4.4) Requirement already satisfied: packaging>=20.0 in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from matplotlib->orange-widget-base>=4.14.0->Orange3-Text==1.13.0) (23.1) Requirement already satisfied: pillow>=6.2.0 in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from matplotlib->orange-widget-base>=4.14.0->Orange3-Text==1.13.0) (9.5.0) Requirement already satisfied: pyparsing>=2.3.1 in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from matplotlib->orange-widget-base>=4.14.0->Orange3-Text==1.13.0) (3.0.9) Requirement already satisfied: importlib-resources>=3.2.0 in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from matplotlib->orange-widget-base>=4.14.0->Orange3-Text==1.13.0) (5.12.0) Requirement already satisfied: traitlets!=5.2.1,!=5.2.2 in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from qtconsole>=4.7.2->Orange3>=3.34.0->Orange3-Text==1.13.0) (5.9.0) Requirement already satisfied: ipython-genutils in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from qtconsole>=4.7.2->Orange3>=3.34.0->Orange3-Text==1.13.0) (0.2.0) Requirement already satisfied: jupyter-core in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from qtconsole>=4.7.2->Orange3>=3.34.0->Orange3-Text==1.13.0) (5.3.0) Requirement already satisfied: jupyter-client>=4.1 in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from qtconsole>=4.7.2->Orange3>=3.34.0->Orange3-Text==1.13.0) (8.2.0) Requirement already satisfied: ipykernel>=4.1 in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from qtconsole>=4.7.2->Orange3>=3.34.0->Orange3-Text==1.13.0) (6.22.0) Requirement already satisfied: qtpy>=2.0.1 in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from qtconsole>=4.7.2->Orange3>=3.34.0->Orange3-Text==1.13.0) (2.3.1) Requirement already satisfied: pyzmq>=17.1 in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from qtconsole>=4.7.2->Orange3>=3.34.0->Orange3-Text==1.13.0) (25.0.2) Requirement already satisfied: msgpack>=0.5.2 in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from cachecontrol[filecache]->orange-canvas-core->Orange3-Text==1.13.0) (1.0.5) Requirement already satisfied: lockfile>=0.9 in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from cachecontrol[filecache]->orange-canvas-core->Orange3-Text==1.13.0) (0.12.2) Requirement already satisfied: jaraco.classes in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from keyring->Orange3>=3.34.0->Orange3-Text==1.13.0) (3.2.3) Requirement already satisfied: importlib-metadata>=4.11.4 in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from keyring->Orange3>=3.34.0->Orange3-Text==1.13.0) (6.6.0) Requirement already satisfied: et-xmlfile in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from openpyxl->Orange3>=3.34.0->Orange3-Text==1.13.0) (1.1.0) Requirement already satisfied: zipp>=0.5 in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from importlib-metadata>=4.11.4->keyring->Orange3>=3.34.0->Orange3-Text==1.13.0) (3.15.0) Requirement already satisfied: comm>=0.1.1 in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from ipykernel>=4.1->qtconsole>=4.7.2->Orange3>=3.34.0->Orange3-Text==1.13.0) (0.1.3) Requirement already satisfied: debugpy>=1.6.5 in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from ipykernel>=4.1->qtconsole>=4.7.2->Orange3>=3.34.0->Orange3-Text==1.13.0) (1.6.7) Requirement already satisfied: ipython>=7.23.1 in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from ipykernel>=4.1->qtconsole>=4.7.2->Orange3>=3.34.0->Orange3-Text==1.13.0) (8.13.2) Requirement already satisfied: matplotlib-inline>=0.1 in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from ipykernel>=4.1->qtconsole>=4.7.2->Orange3>=3.34.0->Orange3-Text==1.13.0) (0.1.6) Requirement already satisfied: nest-asyncio in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from ipykernel>=4.1->qtconsole>=4.7.2->Orange3>=3.34.0->Orange3-Text==1.13.0) (1.5.6) Requirement already satisfied: psutil in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from ipykernel>=4.1->qtconsole>=4.7.2->Orange3>=3.34.0->Orange3-Text==1.13.0) (5.9.5) Requirement already satisfied: tornado>=6.1 in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from ipykernel>=4.1->qtconsole>=4.7.2->Orange3>=3.34.0->Orange3-Text==1.13.0) (6.3.1) Requirement already satisfied: platformdirs>=2.5 in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from jupyter-core->qtconsole>=4.7.2->Orange3>=3.34.0->Orange3-Text==1.13.0) (3.5.0) Requirement already satisfied: more-itertools in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from jaraco.classes->keyring->Orange3>=3.34.0->Orange3-Text==1.13.0) (9.1.0) Collecting simpful (from pyfume->FuzzyTM>=0.4.0->gensim!=4.3.1,>=4.3.0->Orange3-Text==1.13.0) Using cached simpful-2.11.0-py3-none-any.whl (32 kB) Collecting fst-pso (from pyfume->FuzzyTM>=0.4.0->gensim!=4.3.1,>=4.3.0->Orange3-Text==1.13.0) Using cached fst_pso-1.8.1-py3-none-any.whl Requirement already satisfied: backcall in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from ipython>=7.23.1->ipykernel>=4.1->qtconsole>=4.7.2->Orange3>=3.34.0->Orange3-Text==1.13.0) (0.2.0) Requirement already satisfied: decorator in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from ipython>=7.23.1->ipykernel>=4.1->qtconsole>=4.7.2->Orange3>=3.34.0->Orange3-Text==1.13.0) (5.1.1) Requirement already satisfied: jedi>=0.16 in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from ipython>=7.23.1->ipykernel>=4.1->qtconsole>=4.7.2->Orange3>=3.34.0->Orange3-Text==1.13.0) (0.18.2) Requirement already satisfied: pickleshare in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from ipython>=7.23.1->ipykernel>=4.1->qtconsole>=4.7.2->Orange3>=3.34.0->Orange3-Text==1.13.0) (0.7.5) Requirement already satisfied: prompt-toolkit!=3.0.37,<3.1.0,>=3.0.30 in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from ipython>=7.23.1->ipykernel>=4.1->qtconsole>=4.7.2->Orange3>=3.34.0->Orange3-Text==1.13.0) (3.0.38) Requirement already satisfied: stack-data in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from ipython>=7.23.1->ipykernel>=4.1->qtconsole>=4.7.2->Orange3>=3.34.0->Orange3-Text==1.13.0) (0.6.2) Requirement already satisfied: pexpect>4.3 in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from ipython>=7.23.1->ipykernel>=4.1->qtconsole>=4.7.2->Orange3>=3.34.0->Orange3-Text==1.13.0) (4.8.0) Collecting miniful (from fst-pso->pyfume->FuzzyTM>=0.4.0->gensim!=4.3.1,>=4.3.0->Orange3-Text==1.13.0) Using cached miniful-0.0.6-py3-none-any.whl Requirement already satisfied: parso<0.9.0,>=0.8.0 in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from jedi>=0.16->ipython>=7.23.1->ipykernel>=4.1->qtconsole>=4.7.2->Orange3>=3.34.0->Orange3-Text==1.13.0) (0.8.3) Requirement already satisfied: ptyprocess>=0.5 in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from pexpect>4.3->ipython>=7.23.1->ipykernel>=4.1->qtconsole>=4.7.2->Orange3>=3.34.0->Orange3-Text==1.13.0) (0.7.0) Requirement already satisfied: wcwidth in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from prompt-toolkit!=3.0.37,<3.1.0,>=3.0.30->ipython>=7.23.1->ipykernel>=4.1->qtconsole>=4.7.2->Orange3>=3.34.0->Orange3-Text==1.13.0) (0.2.6) Requirement already satisfied: executing>=1.2.0 in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from stack-data->ipython>=7.23.1->ipykernel>=4.1->qtconsole>=4.7.2->Orange3>=3.34.0->Orange3-Text==1.13.0) (1.2.0) Requirement already satisfied: asttokens>=2.1.0 in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from stack-data->ipython>=7.23.1->ipykernel>=4.1->qtconsole>=4.7.2->Orange3>=3.34.0->Orange3-Text==1.13.0) (2.2.1) Requirement already satisfied: pure-eval in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from stack-data->ipython>=7.23.1->ipykernel>=4.1->qtconsole>=4.7.2->Orange3>=3.34.0->Orange3-Text==1.13.0) (0.2.2) Building wheels for collected packages: lxml Building wheel for lxml (setup.py): started Building wheel for lxml (setup.py): finished with status 'error' error: subprocess-exited-with-error

× python setup.py bdist_wheel did not run successfully. │ exit code: 1 ╰─> [119 lines of output] Building lxml version 4.9.2. Building without Cython. Building against libxml2 2.9.4 and libxslt 1.1.29 running bdist_wheel running build running build_py creating build creating build/lib.macosx-10.9-x86_64-3.9 creating build/lib.macosx-10.9-x86_64-3.9/lxml copying src/lxml/_elementpath.py -> build/lib.macosx-10.9-x86_64-3.9/lxml copying src/lxml/sax.py -> build/lib.macosx-10.9-x86_64-3.9/lxml copying src/lxml/pyclasslookup.py -> build/lib.macosx-10.9-x86_64-3.9/lxml copying src/lxml/init.py -> build/lib.macosx-10.9-x86_64-3.9/lxml copying src/lxml/builder.py -> build/lib.macosx-10.9-x86_64-3.9/lxml copying src/lxml/doctestcompare.py -> build/lib.macosx-10.9-x86_64-3.9/lxml copying src/lxml/usedoctest.py -> build/lib.macosx-10.9-x86_64-3.9/lxml copying src/lxml/cssselect.py -> build/lib.macosx-10.9-x86_64-3.9/lxml copying src/lxml/ElementInclude.py -> build/lib.macosx-10.9-x86_64-3.9/lxml creating build/lib.macosx-10.9-x86_64-3.9/lxml/includes copying src/lxml/includes/init.py -> build/lib.macosx-10.9-x86_64-3.9/lxml/includes creating build/lib.macosx-10.9-x86_64-3.9/lxml/html copying src/lxml/html/soupparser.py -> build/lib.macosx-10.9-x86_64-3.9/lxml/html copying src/lxml/html/defs.py -> build/lib.macosx-10.9-x86_64-3.9/lxml/html copying src/lxml/html/_setmixin.py -> build/lib.macosx-10.9-x86_64-3.9/lxml/html copying src/lxml/html/clean.py -> build/lib.macosx-10.9-x86_64-3.9/lxml/html copying src/lxml/html/_diffcommand.py -> build/lib.macosx-10.9-x86_64-3.9/lxml/html copying src/lxml/html/html5parser.py -> build/lib.macosx-10.9-x86_64-3.9/lxml/html copying src/lxml/html/init.py -> build/lib.macosx-10.9-x86_64-3.9/lxml/html copying src/lxml/html/formfill.py -> build/lib.macosx-10.9-x86_64-3.9/lxml/html copying src/lxml/html/builder.py -> build/lib.macosx-10.9-x86_64-3.9/lxml/html copying src/lxml/html/ElementSoup.py -> build/lib.macosx-10.9-x86_64-3.9/lxml/html copying src/lxml/html/_html5builder.py -> build/lib.macosx-10.9-x86_64-3.9/lxml/html copying src/lxml/html/usedoctest.py -> build/lib.macosx-10.9-x86_64-3.9/lxml/html copying src/lxml/html/diff.py -> build/lib.macosx-10.9-x86_64-3.9/lxml/html creating build/lib.macosx-10.9-x86_64-3.9/lxml/isoschematron copying src/lxml/isoschematron/init.py -> build/lib.macosx-10.9-x86_64-3.9/lxml/isoschematron copying src/lxml/etree.h -> build/lib.macosx-10.9-x86_64-3.9/lxml copying src/lxml/etree_api.h -> build/lib.macosx-10.9-x86_64-3.9/lxml copying src/lxml/lxml.etree.h -> build/lib.macosx-10.9-x86_64-3.9/lxml copying src/lxml/lxml.etree_api.h -> build/lib.macosx-10.9-x86_64-3.9/lxml copying src/lxml/objectify.pyx -> build/lib.macosx-10.9-x86_64-3.9/lxml copying src/lxml/etree.pyx -> build/lib.macosx-10.9-x86_64-3.9/lxml copying src/lxml/public-api.pxi -> build/lib.macosx-10.9-x86_64-3.9/lxml copying src/lxml/xmlid.pxi -> build/lib.macosx-10.9-x86_64-3.9/lxml copying src/lxml/cleanup.pxi -> build/lib.macosx-10.9-x86_64-3.9/lxml copying src/lxml/xslt.pxi -> build/lib.macosx-10.9-x86_64-3.9/lxml copying src/lxml/xpath.pxi -> build/lib.macosx-10.9-x86_64-3.9/lxml copying src/lxml/debug.pxi -> build/lib.macosx-10.9-x86_64-3.9/lxml copying src/lxml/serializer.pxi -> build/lib.macosx-10.9-x86_64-3.9/lxml copying src/lxml/classlookup.pxi -> build/lib.macosx-10.9-x86_64-3.9/lxml copying src/lxml/saxparser.pxi -> build/lib.macosx-10.9-x86_64-3.9/lxml copying src/lxml/objectpath.pxi -> build/lib.macosx-10.9-x86_64-3.9/lxml copying src/lxml/relaxng.pxi -> build/lib.macosx-10.9-x86_64-3.9/lxml copying src/lxml/xinclude.pxi -> build/lib.macosx-10.9-x86_64-3.9/lxml copying src/lxml/iterparse.pxi -> build/lib.macosx-10.9-x86_64-3.9/lxml copying src/lxml/parser.pxi -> build/lib.macosx-10.9-x86_64-3.9/lxml copying src/lxml/dtd.pxi -> build/lib.macosx-10.9-x86_64-3.9/lxml copying src/lxml/apihelpers.pxi -> build/lib.macosx-10.9-x86_64-3.9/lxml copying src/lxml/xmlerror.pxi -> build/lib.macosx-10.9-x86_64-3.9/lxml copying src/lxml/readonlytree.pxi -> build/lib.macosx-10.9-x86_64-3.9/lxml copying src/lxml/extensions.pxi -> build/lib.macosx-10.9-x86_64-3.9/lxml copying src/lxml/xmlschema.pxi -> build/lib.macosx-10.9-x86_64-3.9/lxml copying src/lxml/schematron.pxi -> build/lib.macosx-10.9-x86_64-3.9/lxml copying src/lxml/docloader.pxi -> build/lib.macosx-10.9-x86_64-3.9/lxml copying src/lxml/nsclasses.pxi -> build/lib.macosx-10.9-x86_64-3.9/lxml copying src/lxml/parsertarget.pxi -> build/lib.macosx-10.9-x86_64-3.9/lxml copying src/lxml/xsltext.pxi -> build/lib.macosx-10.9-x86_64-3.9/lxml copying src/lxml/proxy.pxi -> build/lib.macosx-10.9-x86_64-3.9/lxml copying src/lxml/includes/xmlerror.pxd -> build/lib.macosx-10.9-x86_64-3.9/lxml/includes copying src/lxml/includes/c14n.pxd -> build/lib.macosx-10.9-x86_64-3.9/lxml/includes copying src/lxml/includes/xmlschema.pxd -> build/lib.macosx-10.9-x86_64-3.9/lxml/includes copying src/lxml/includes/init.pxd -> build/lib.macosx-10.9-x86_64-3.9/lxml/includes copying src/lxml/includes/schematron.pxd -> build/lib.macosx-10.9-x86_64-3.9/lxml/includes copying src/lxml/includes/tree.pxd -> build/lib.macosx-10.9-x86_64-3.9/lxml/includes copying src/lxml/includes/uri.pxd -> build/lib.macosx-10.9-x86_64-3.9/lxml/includes copying src/lxml/includes/etreepublic.pxd -> build/lib.macosx-10.9-x86_64-3.9/lxml/includes copying src/lxml/includes/xpath.pxd -> build/lib.macosx-10.9-x86_64-3.9/lxml/includes copying src/lxml/includes/htmlparser.pxd -> build/lib.macosx-10.9-x86_64-3.9/lxml/includes copying src/lxml/includes/xslt.pxd -> build/lib.macosx-10.9-x86_64-3.9/lxml/includes copying src/lxml/includes/config.pxd -> build/lib.macosx-10.9-x86_64-3.9/lxml/includes copying src/lxml/includes/xmlparser.pxd -> build/lib.macosx-10.9-x86_64-3.9/lxml/includes copying src/lxml/includes/xinclude.pxd -> build/lib.macosx-10.9-x86_64-3.9/lxml/includes copying src/lxml/includes/dtdvalid.pxd -> build/lib.macosx-10.9-x86_64-3.9/lxml/includes copying src/lxml/includes/relaxng.pxd -> build/lib.macosx-10.9-x86_64-3.9/lxml/includes copying src/lxml/includes/lxml-version.h -> build/lib.macosx-10.9-x86_64-3.9/lxml/includes copying src/lxml/includes/etree_defs.h -> build/lib.macosx-10.9-x86_64-3.9/lxml/includes creating build/lib.macosx-10.9-x86_64-3.9/lxml/isoschematron/resources creating build/lib.macosx-10.9-x86_64-3.9/lxml/isoschematron/resources/rng copying src/lxml/isoschematron/resources/rng/iso-schematron.rng -> build/lib.macosx-10.9-x86_64-3.9/lxml/isoschematron/resources/rng creating build/lib.macosx-10.9-x86_64-3.9/lxml/isoschematron/resources/xsl copying src/lxml/isoschematron/resources/xsl/XSD2Schtrn.xsl -> build/lib.macosx-10.9-x86_64-3.9/lxml/isoschematron/resources/xsl copying src/lxml/isoschematron/resources/xsl/RNG2Schtrn.xsl -> build/lib.macosx-10.9-x86_64-3.9/lxml/isoschematron/resources/xsl creating build/lib.macosx-10.9-x86_64-3.9/lxml/isoschematron/resources/xsl/iso-schematron-xslt1 copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_abstract_expand.xsl -> build/lib.macosx-10.9-x86_64-3.9/lxml/isoschematron/resources/xsl/iso-schematron-xslt1 copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_dsdl_include.xsl -> build/lib.macosx-10.9-x86_64-3.9/lxml/isoschematron/resources/xsl/iso-schematron-xslt1 copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_skeleton_for_xslt1.xsl -> build/lib.macosx-10.9-x86_64-3.9/lxml/isoschematron/resources/xsl/iso-schematron-xslt1 copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_svrl_for_xslt1.xsl -> build/lib.macosx-10.9-x86_64-3.9/lxml/isoschematron/resources/xsl/iso-schematron-xslt1 copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_message.xsl -> build/lib.macosx-10.9-x86_64-3.9/lxml/isoschematron/resources/xsl/iso-schematron-xslt1 copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/readme.txt -> build/lib.macosx-10.9-x86_64-3.9/lxml/isoschematron/resources/xsl/iso-schematron-xslt1 running build_ext building 'lxml.etree' extension creating build/temp.macosx-10.9-x86_64-3.9 creating build/temp.macosx-10.9-x86_64-3.9/src creating build/temp.macosx-10.9-x86_64-3.9/src/lxml gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -DCYTHON_CLINE_IN_TRACEBACK=0 -I/usr/include/libxml2 -Isrc -Isrc/lxml/includes -I/Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c src/lxml/etree.c -o build/temp.macosx-10.9-x86_64-3.9/src/lxml/etree.o -w -flat_namespace xcrun: error: invalid active developer path (/Applications/Xcode.app/Contents/Developer), missing xcrun at: /Applications/Xcode.app/Contents/Developer/usr/bin/xcrun Compile failed: command '/usr/bin/gcc' failed with exit code 1 creating var creating var/folders creating var/folders/x9 creating var/folders/x9/2yssk4l57js1t30svhrx9bbw0000gn creating var/folders/x9/2yssk4l57js1t30svhrx9bbw0000gn/T cc -I/usr/include/libxml2 -I/usr/include/libxml2 -c /var/folders/x9/2yssk4l57js1t30svhrx9bbw0000gn/T/xmlXPathInitay283ine.c -o var/folders/x9/2yssk4l57js1t30svhrx9bbw0000gn/T/xmlXPathInitay283ine.o xcrun: error: invalid active developer path (/Applications/Xcode.app/Contents/Developer), missing xcrun at: /Applications/Xcode.app/Contents/Developer/usr/bin/xcrun


  Could not find function xmlCheckVersion in library libxml2. Is libxml2 installed?
  Perhaps try: xcode-select --install
  *********************************************************************************
  error: command '/usr/bin/gcc' failed with exit code 1
  [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for lxml Running setup.py clean for lxml Failed to build lxml ERROR: Could not build wheels for lxml, which is required to install pyproject.toml-based projects

markotoplak commented 1 year ago

We purged the DMG from cloudflare's cache. So, @asmasbai, the first issue you reported is fixed. Thanks for the report.

As for the second problem I think @PrimozGodec might have an idea.

asmasbai commented 1 year ago

@markotoplak and @PrimozGodec thanks; I just tried every idea to make orange3-text work and still nothing. I tried to install Geo, Network they are working just fine, but text refuse to be install

PrimozGodec commented 1 year ago

@asmasbai, since I believe the installer problem is now resolved (after clearing the cache), I moved this issue to orange3-text because of the orange3-text install issue. We found out that the issue is lxml library that orange3-text uses which still didn't release wheels for Apple silicon processors (arm), which means that the package is built from source on Macs that have Apple M1/M2 processors. I will propose the pull request to remove this library from the requirements and try to make a new orange3-text release soon. Please stay tuned.

PrimozGodec commented 1 year ago

@asmasbai, we prepared a new release of Orange3-text. Now I think it should install without error for you. Please try and let us know if it works.

Thank you for reporting again. It saved a life for many other users with Apple Silicon.

asmasbai commented 1 year ago

Thanks a lot for your reactivity, you are the best :) It works just fine Have a nice day