Chiang97912 / bet365.com

The scraper of bet365.com
MIT License
112 stars 48 forks source link

Install Windows 10? #10

Closed hugodupan closed 4 years ago

hugodupan commented 4 years ago

Trying to install, I'm having the problem below:

Running setup.py install for Twisted ... error Exception: Traceback (most recent call last): File "c:\users\hugo.borges\appdata\local\programs\python\python36-32\lib\site-packages\pip\compat\__init__.py", line 73, in console_to_str return s.decode(sys.__stdout__.encoding) UnicodeDecodeError: 'utf-8' codec can't decode byte 0xf3 in position 9: invalid continuation byte Como resolver? Traduzir do: Inglês 441/5000 Trying to install, I'm having the problem below: Running setup.py install for Twisted ... error Exception: Traceback (most recent call last): File "c: \ users \ hugo.borges \ appdata \ local \ programs \ python \ python36-32 \ lib \ site-packages \ pip \ compat \ __ init__.py", line 73, in console_to_str return s.decode (sys .__ stdout __. encoding) UnicodeDecodeError: 'utf-8' codec can't decode byte 0xf3 in position 9: invalid continuation byte

How to solve?

hugodupan commented 4 years ago

I was able to install with git-bash. After doing the procedures mentioned in README, I had to install a package called 'pyOpenSSL': pip install pyOpenSSL And run by calling the Phyton command and not Python3 (I believe it is Windows).