biolab / orange3

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

Can't launch from Anaconda Navigator pyQtgraph no attribute time.clock #5068

Closed FungShen closed 3 years ago

FungShen commented 3 years ago

Python 3.8, Anaconda3, Orange 3.26

no file to upload

Install the latest Anaconda individual license, On the main page of Navigator, Orange3 is promoted. click 'Install'. When finished, 'Launch' will appear where it previously said 'Install'

Python 3.8, Anaconda3, Orange 3.26

Windows 10 Professional

janezd commented 3 years ago

The problem is in pyqtgraph was fixed in https://github.com/pyqtgraph/pyqtgraph/pull/980. Can somebody who's more into pyqtgraph and anaconda check the versions and investigate why this happenned?

markotoplak commented 3 years ago

Thank you for your report. This bug was fixed long ago, but it seems that your Anaconda installation still runs pyqtgraph 0.10.0.

@FungShen, could you verify which version you have? In a command line you could do conda list to get all installed versions.

Your immediate solution is to add the conda-forge channel and then upgrade pyqtgraph from it. Also, because we have no influence over the official Anaconda packages we suggest that you either use our official packages (download from https://orange.biolab.si) or that you install orange3 from the conda-forge conda channel.

FungShen commented 3 years ago

I just uninstalled Anaconda and python and reinstalled everything and it works now. I think the issue had something to do with where the orange environment originally installed.