InvalidArchiveError when installing TensorFlow 2.7.0 from sleap/label/dev channel #2126
Open
1 task done
Labels
bug
Something isn't working
Bug description
Unable to install TensorFlow 2.7.0 from sleap/label/dev channel due to corrupted package archive. The installation process fails with InvalidArchiveError.
Expected behaviour
Successfully install TensorFlow 2.7.0 from the sleap/label/dev channel as part of SLEAP environment setup.
Actual behaviour
When trying to install TensorFlow 2.7.0, the download/extraction process fails with an InvalidArchiveError. Previously also encountered "package appears to be corrupted" errors indicating missing files in the package manifest.
Your personal set up
Environment packages
Logs
Previously also encountered:
How to reproduce
First, I tried the recommended installation method:
But this still had problems with the TensorFlow package.
Then I tried creating a new conda environment with Python 3.7:
Added the required channels:
Tried installing TensorFlow 2.7.0:
Observed the InvalidArchiveError during download/extraction
I've tried multiple approaches including:
conda clean -a
The TensorFlow 2.7.0 package seems to be consistently corrupted or having issues in the sleap/label/dev channel.
The text was updated successfully, but these errors were encountered: