biolab / orange3

🍊 :bar_chart: :bulb: Orange: Interactive data analysis
https://orangedatamining.com
Other
4.85k stars 1.01k forks source link

Import Documents Widget is missing #4845

Closed yatendra3192 closed 4 years ago

yatendra3192 commented 4 years ago

Describe the bug Import Documents Widget is missing Orange version - 3.25 Expected behavior - widget should be available in text mining Actual behavior - widget not available

Additional info (worksheets, data, screenshots, ...)

image

image

PrimozGodec commented 4 years ago

Hi. Thank you for reporting this. We just found out that somehow an older version of a text addon is installed when installing addons. We are fixing this issue.

Currently, the best option for you to fix this issue is:

  1. Go to the folder where Orange is installed on your computer. By default it is C://Users//AppData/Local/Orange.
  2. Open Orange command prompt
  3. Upgrade the version of the addon with typing conda install orange3-text=0.9.1 in the command prompt
  4. Open Orange
janezd commented 4 years ago

Also, please report further issues related to text add-on to https://github.com/biolab/orange3-text.