ContinuumIO / anaconda-issues

Anaconda issue tracking
646 stars 220 forks source link

Navigator Error #2002

Closed Ricardoitera closed 7 years ago

Ricardoitera commented 7 years ago

Main error

Application orange3 launch may have produced errors.

Traceback


D:\Anaconda\lib\site-packages\orangecontrib\prototypes\widgets\owclock.py:3: RuntimeWarning: Loaded module AnyQt._backport as a substitute for PyQt4
  from PyQt4.QtCore import Qt, QPoint, QDateTime, QSize, QRegExp
D:\Anaconda\lib\site-packages\orangecontrib\prototypes\widgets\owclock.py:3: RuntimeWarning: Loaded module AnyQt._backport.QtCore as a substitute for PyQt4.QtCore
  from PyQt4.QtCore import Qt, QPoint, QDateTime, QSize, QRegExp
D:\Anaconda\lib\site-packages\orangecontrib\prototypes\widgets\owclock.py:4: RuntimeWarning: Loaded module AnyQt._backport.QtGui as a substitute for PyQt4.QtGui
  from PyQt4.QtGui import QApplication, QCalendarWidget, QBrush, \
D:\Anaconda\lib\site-packages\sklearn\lda.py:6: DeprecationWarning: lda.LDA has been moved to discriminant_analysis.LinearDiscriminantAnalysis in 0.17 and will be removed in 0.19
  "in 0.17 and will be removed in 0.19", DeprecationWarning)
D:\Anaconda\lib\site-packages\gensim\utils.py:860: UserWarning: detected Windows; aliasing chunkize to chunkize_serial
  warnings.warn("detected Windows; aliasing chunkize to chunkize_serial")
Slow version of gensim.models.doc2vec is being used
D:\Anaconda\lib\site-packages\Orange\widgets\settings.py:375: UserWarning: Could not read defaults for widget <class 'orangecontrib.text.widgets.owcorpusviewer.OWCorpusViewer'>
The following error occurred:

Ran out of input
  .format(self.widget_class, ex))
D:\Anaconda\lib\site-packages\Orange\widgets\settings.py:375: UserWarning: Could not read defaults for widget <class 'orangecontrib.text.widgets.owloadcorpus.OWLoadCorpus'>
The following er
stefanseefeld commented 7 years ago

The above traceback appears incomplete. Can you provide the complete traceback, please ?

goanpeca commented 7 years ago

Closing due to lack of response