- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
ERROR conda.core.link:_execute_actions(339): An error occurred while installing package 'defaults::tqdm-4.32.1-py_0'.
CondaError: Cannot link a source that does not exist. C:\intelpython3\Scripts\conda.exe
Running `conda clean --packages` may resolve your problem.
Attempting to roll back.
conda clean --all --yes : does nothing
Quick googling showed this problem was seen before when the install script removed conda, then tried to link tqdm, then tried conda install. With this failing the link process.
Pretty new to python, so not sure how to hack install scripts any advice welcome.
More info: This is off a fresh install of: w_pythoni3_p_2019.4.088
- Etiquetas:
- Intel® Distribution for Python*
Enlace copiado
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
This has generally been broken in the last two releases (2019 Updates 4 and 5).
This used to work:
- Extract Intel Python distribution ZIP file to C:\IntelPython3
- In that directory, type setup_intel_python.bat
- Scripts\Activate
- conda update conda
- conda install pyodbc pymssql sqlalchemy seaborn ipython xlrd xlwt openpyxl
- conda install spyder jupyter
Now, it consistently dies on step 4, and the later steps do not work at all. Intel, please fix this.
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
My problem was solved by modifying this file:
C:\Users\pbusser\.condarc
proxy_servers: <-- add if not there
http: http://proxy-us.intel.com:911 ; <-- add
https: https://proxy-us.intel.com:912 ; <-- add
channels:
- intel
- defaults
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
richard-hardin (Intel) wrote:Trial and error fix:
conda install tqdm -f
conda update conda worked after that.
Just created an account to say thank you to this person for posting their solution, and also to confirm to others that it worked for me :)
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
Yes, run "conda install tqdm -f" before running "conda update conda" , that did make fix the error.
Thanks Richard-Hardin!
bay, sam wrote:Quote:
richard-hardin (Intel) wrote:
Trial and error fix:
conda install tqdm -f
conda update conda worked after that.
Just created an account to say thank you to this person for posting their solution, and also to confirm to others that it worked for me :)

- Suscribirse a un feed RSS
- Marcar tema como nuevo
- Marcar tema como leído
- Flotar este Tema para el usuario actual
- Favorito
- Suscribir
- Página de impresión sencilla