Windows install fails 0.12.12
See original GitHub issueI’m getting an error installing bokeh 0.12.12. Previous versions install okay on my PC. I did a fresh install of Python 3.6.3 and deleted the pip cache directory first.
Windows 10 32-bit Python 3.6.3 32-bit
Running pip install yields:
> pip install bokeh==0.12.12
Collecting bokeh==0.12.12
Using cached bokeh-0.12.12.tar.gz
Exception:
Traceback (most recent call last):
File "k:\users\ed\appdata\local\programs\python\python36-32\lib\tarfile.py", line 2268, in utime
os.utime(targetpath, (tarinfo.mtime, tarinfo.mtime))
OSError: [WinError 87] The parameter is incorrect
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "k:\users\ed\appdata\local\programs\python\python36-32\lib\site-packages\pip\basecommand.py", line 215, in main
status = self.run(options, args)
File "k:\users\ed\appdata\local\programs\python\python36-32\lib\site-packages\pip\commands\install.py", line 324, in run
requirement_set.prepare_files(finder)
File "k:\users\ed\appdata\local\programs\python\python36-32\lib\site-packages\pip\req\req_set.py", line 380, in prepare_files
ignore_dependencies=self.ignore_dependencies))
File "k:\users\ed\appdata\local\programs\python\python36-32\lib\site-packages\pip\req\req_set.py", line 620, in _prepare_file
session=self.session, hashes=hashes)
File "k:\users\ed\appdata\local\programs\python\python36-32\lib\site-packages\pip\download.py", line 821, in unpack_url
hashes=hashes
File "k:\users\ed\appdata\local\programs\python\python36-32\lib\site-packages\pip\download.py", line 663, in unpack_http_url
unpack_file(from_path, location, content_type, link)
File "k:\users\ed\appdata\local\programs\python\python36-32\lib\site-packages\pip\utils\__init__.py", line 605, in unpack_file
untar_file(filename, location)
File "k:\users\ed\appdata\local\programs\python\python36-32\lib\site-packages\pip\utils\__init__.py", line 581, in untar_file
tar.utime(member, path)
File "k:\users\ed\appdata\local\programs\python\python36-32\lib\tarfile.py", line 2270, in utime
raise ExtractError("could not change modification time")
tarfile.ExtractError: could not change modification time
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:57 (41 by maintainers)
Top Results From Across the Web
How to troubleshoot Windows Installer errors - Microsoft Support
Click Start windows icon · Right-click Windows Installer, and then click Properties. · If the Startup type box is set to Disabled, change...
Read more >Get help with Windows upgrade and installation errors
Make sure that your device has enough space. · Run Windows Update a few times. · Check third-party drivers and download any updates....
Read more >KB5008212 will not install and keeps trying every day.
Every day, windows update tries to install update KB5008212 but fails. Error code is 0x80070003. windows-10-general. Comment. Comment
Read more >Windows Installer Error Messages (for Developers)
The file '[2]' cannot be installed because the file cannot be found in cabinet file '[3]'. This could indicate a network error, an...
Read more >Can't install Levenshtein distance package on Windows ...
I have tried to install it using the python setup.py install but I get exactly the same error. This the output I get...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
0.12.13rc2
is buildingNot sure what you guys will do, but I am doing this for Bokeh:
bokeh
has a filename root from that listthe code quality check is not perfect but should avoid getting anything into github with a bad name, and will check any artifacts built that happen to be in the tree as well.