plotly / plotly.py

The interactive graphing library for Python :sparkles: This project now includes Plotly Express!
https://plotly.com/python/
MIT License
16.09k stars 2.54k forks source link

Long install time from windows. #1208

Open T4rk1n opened 6 years ago

T4rk1n commented 6 years ago

When pip install plotly from a windows machine, it takes anywhere from a minute to 5 minutes. From linux it took no more than 10 seconds.

jonmmease commented 6 years ago

Thanks for the report. I've only tried the windows install on a VM so I wasn't sure what the real difference was. I'm wondering if it's related to compiling the *.pyc files, similar to the conda slowness reported in https://github.com/plotly/plotly.py/issues/1175. Though I don't know why this would be so much slower on windows.

In that issue @fcollonval reported that the conda install from our plotly anaconda channel (which includes precompiled *.pyc files) took less than 20 seconds.

DarkGhost7 commented 4 years ago

taking me forever to install on windows 10 with pip install dash, seems like plotly is taking up most of the time?

Shaban0818 commented 4 years ago

Same in my case. Windows 10 and plotly taking forever to install.

AP2008 commented 4 years ago

I've been trying to install for about 30 mins. It still hasn't finished. Should I cancel ? I am on Windows 10 Python 3.8. image

nicolaskruchten commented 4 years ago

That does seem like a long time... did it eventually succeed?

AP2008 commented 4 years ago

No I had to cancel it after 1 and 1/2 hours.

nitrocalcite commented 3 years ago

I also experienced this on Windows 10, Python 3.6.10, and after ~5 minutes I canceled it. However, I didn't get any error messages & plotly at least appears to be working fine; perhaps it's getting hung somewhere?

parmanchaddha commented 3 years ago

Same thing here. Using poetry on my mac, running poetry add plotly on an empty environment took about 30 seconds. Executing the same command on my windows 10 pro machine took about 5 minutes...

AP2008 commented 3 years ago

It was probably an issue with my python installation. I reinstalled and now it takes about 5 mins.

Prajval-1608 commented 2 years ago

Same here, windows 10 and python 3.7.9. Waiting for plotly to install since more than 5 minutes.

beingandbrian commented 1 year ago

I am also having this issue. Is there a solve for this?

florian6973 commented 1 year ago

Same issue on Windows 11

adridem commented 1 year ago

Same issue, stuck on Windows 11

eroller commented 1 year ago

plotly install/update is pretty slow on WSL too. Slower than all the other packages I use. Is there a good justification for it?

ahmedwaqas92 commented 1 year ago

Installation was getting stuck on Windows 11 for me as well, I aborted the installation and tried the following:

pip install plotly -vvv

installed pretty much within 30 seconds.

nick-st commented 1 year ago

pip install plotly took ages, but pip install plotly==5.14.1 is fine

okoye-dev commented 1 month ago

pip install dash is taking almost 30minutes here and it's still now done. Is this just because it's a windows machine? Windows 11 btw.