View Single Post
Old 02-05-2018, 04:13 PM   #4
tsar2512
Junior Member
tsar2512 began at the beginning.
 
Posts: 9
Karma: 10
Join Date: Feb 2018
Device: ipad
I seem to have a similar problem, but those notes no longer exist. Can you please point me to the fix, I am try to build calibre from source in linux.

Error as follows:

python setup.py bootstrap
Already up-to-date.

*
* Running build
*

Traceback (most recent call last):
File "setup.py", line 119, in <module>
sys.exit(main())
File "setup.py", line 104, in main
command.run_all(opts)
File "/home/nipun/workspace/tmp/githubCalibre/calibre/setup/__init__.py", line 236, in run_all
self.run_cmd(self, opts)
File "/home/nipun/workspace/tmp/githubCalibre/calibre/setup/__init__.py", line 228, in run_cmd
self.run_cmd(scmd, opts)
File "/home/nipun/workspace/tmp/githubCalibre/calibre/setup/__init__.py", line 232, in run_cmd
cmd.run(opts)
File "/home/nipun/workspace/tmp/githubCalibre/calibre/setup/build.py", line 247, in run
self.env = init_env()
File "/home/nipun/workspace/tmp/githubCalibre/calibre/setup/build.py", line 142, in init_env
from setup.build_environment import msvc, is64bit, win_inc, win_lib, NMAKE
File "/home/nipun/workspace/tmp/githubCalibre/calibre/setup/build_environment.py", line 98, in <module>
pyqt['pyqt_sip_dir'] = get_sip_dir()
File "/home/nipun/workspace/tmp/githubCalibre/calibre/setup/build_environment.py", line 97, in get_sip_dir
raise EnvironmentError('Failed to find the location of the PyQt5 .sip files')
EnvironmentError: Failed to find the location of the PyQt5 .sip files
tsar2512 is offline   Reply With Quote