Dear contributors,
I think that the *pyqtgraph-0.9.10.win-amd64.exe* on http://pyqtgraph.org/ is outdated because lines 19 and 25 of "*C:\Python34\lib\site-* *packages\pyqtgraph\Qt.py*" require PyQt4 specifically. I also get some errors when running *pip install git+https://github.com/pyqtgraph/pyqtgraph.git* as Administrator on Windows 7 Enterprise I am attaching the log in the hope that someone can explain the reason to me. Many thanks, Stavros -- You received this message because you are subscribed to the Google Groups "pyqtgraph" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pyqtgraph/4c1ad86a-cc3c-4675-8a67-5619226e96df%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
C:\Users\Administrador>cd C:\Python34\Lib\site-packages C:\Python34\Lib\site-packages>pip install git+https://github.com/pyqtgraph/pyqtg raph.git Downloading/unpacking git+https://github.com/pyqtgraph/pyqtgraph.git Cloning https://github.com/pyqtgraph/pyqtgraph.git to c:\users\admini~1\appdat a\local\temp\pip-dsej312r-build Running setup.py (path:C:\Users\ADMINI~1\AppData\Local\Temp\pip-dsej312r-build \setup.py) egg_info for package from git+https://github.com/pyqtgraph/pyqtgraph. git Detected git commit; will use version string: 'pyqtgraph-0.9.10-271-g5195d9d ' warning: no files found matching '*' under directory 'doc\build\html' Requirement already satisfied (use --upgrade to upgrade): numpy in c:\python34\l ib\site-packages (from pyqtgraph==pyqtgraph-0.9.10-271-g5195d9d) Installing collected packages: pyqtgraph Running setup.py install for pyqtgraph Installing to C:\Python34\Lib\site-packages Detected git commit; will use version string: 'pyqtgraph-0.9.10-271-g5195d9d ' warning: no files found matching '*' under directory 'doc\build\html' Cleaning up... Exception: Traceback (most recent call last): File "C:\Python34\lib\shutil.py", line 370, in _rmtree_unsafe os.unlink(fullname) PermissionError: [WinError 5] Access is denied: 'C:\\Users\\ADMINI~1\\AppData\\L ocal\\Temp\\pip-dsej312r-build\\.git\\objects\\pack\\pack-f3897737ca9ea4577300f6 474458efa66e450f34.idx' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "C:\Python34\lib\site-packages\pip\commands\install.py", line 283, in run requirement_set.install(install_options, global_options, root=options.root_p ath) File "C:\Python34\lib\site-packages\pip\req.py", line 1444, in install requirement.remove_temporary_source() File "C:\Python34\lib\site-packages\pip\req.py", line 761, in remove_temporary _source rmtree(self._temp_build_dir) File "C:\Python34\lib\site-packages\pip\util.py", line 43, in rmtree onerror=rmtree_errorhandler) File "C:\Python34\lib\shutil.py", line 477, in rmtree return _rmtree_unsafe(path, onerror) File "C:\Python34\lib\shutil.py", line 367, in _rmtree_unsafe _rmtree_unsafe(fullname, onerror) File "C:\Python34\lib\shutil.py", line 367, in _rmtree_unsafe _rmtree_unsafe(fullname, onerror) File "C:\Python34\lib\shutil.py", line 367, in _rmtree_unsafe _rmtree_unsafe(fullname, onerror) File "C:\Python34\lib\shutil.py", line 372, in _rmtree_unsafe onerror(os.unlink, fullname, sys.exc_info()) File "C:\Python34\lib\site-packages\pip\util.py", line 53, in rmtree_errorhand ler (exctype is PermissionError and value.args[3] == 5) #python3.3 IndexError: tuple index out of range During handling of the above exception, another exception occurred: Traceback (most recent call last): File "C:\Python34\lib\shutil.py", line 370, in _rmtree_unsafe os.unlink(fullname) PermissionError: [WinError 5] Access is denied: 'C:\\Users\\ADMINI~1\\AppData\\L ocal\\Temp\\pip-dsej312r-build\\.git\\objects\\pack\\pack-f3897737ca9ea4577300f6 474458efa66e450f34.idx' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "C:\Python34\lib\site-packages\pip\basecommand.py", line 122, in main status = self.run(options, args) File "C:\Python34\lib\site-packages\pip\commands\install.py", line 302, in run requirement_set.cleanup_files(bundle=self.bundle) File "C:\Python34\lib\site-packages\pip\req.py", line 1319, in cleanup_files req.remove_temporary_source() File "C:\Python34\lib\site-packages\pip\req.py", line 761, in remove_temporary _source rmtree(self._temp_build_dir) File "C:\Python34\lib\site-packages\pip\util.py", line 43, in rmtree onerror=rmtree_errorhandler) File "C:\Python34\lib\shutil.py", line 477, in rmtree return _rmtree_unsafe(path, onerror) File "C:\Python34\lib\shutil.py", line 367, in _rmtree_unsafe _rmtree_unsafe(fullname, onerror) File "C:\Python34\lib\shutil.py", line 367, in _rmtree_unsafe _rmtree_unsafe(fullname, onerror) File "C:\Python34\lib\shutil.py", line 367, in _rmtree_unsafe _rmtree_unsafe(fullname, onerror) File "C:\Python34\lib\shutil.py", line 372, in _rmtree_unsafe onerror(os.unlink, fullname, sys.exc_info()) File "C:\Python34\lib\site-packages\pip\util.py", line 53, in rmtree_errorhand ler (exctype is PermissionError and value.args[3] == 5) #python3.3 IndexError: tuple index out of range Storing debug log for failure in C:\Users\Administrador\pip\pip.log C:\Python34\Lib\site-packages>
