View Single Post
Old 11-11-2015, 02:46 PM   #125
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 28,605
Karma: 204624552
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
Quote:
Originally Posted by CalibUser View Post
@Fedwin:

Quote:
Originally Posted by Fedwin View Post
when I tried part B, it says pip is not recognized as an internal or external command.
I am not sure why you are getting an error message when you run pip as you got the message "Requirement already satisfied". Has anybody else had problems using this plugin on Windows 64 bit computers?

I will be updating the plugin soon so that it works with Sigil 0.9 without requiring the use of external files - hopefully this will resolve the problem.
If Python2 is also installed on the same machine and on the path, that's what pip is probably working with. Users should probably use pip3 to install additional modules into their Python3.4 installation. It's likely that Python2.7 is default and Python3.4 (and pip3) is not on the system path.

Many times a user must specifically tell the python installer to add python to the system path -- as it's not configured to do so by default (especially if the installer detects previous Python installation remnants).
DiapDealer is offline   Reply With Quote