Re: Error with python using pip

2016-10-22 Thread AudioGames . net Forum — Developers room : magurp244 via Audiogames-reflector


  


Re: Error with python using pip

Hmm, this looks like a known unicode issue cropping up involving a path to a target package on your system, you can read a bit about it [here]. There are a few suggested solutions in that thread, but installing your desired packages manually as others have suggested may be less trouble.

URL: http://forum.audiogames.net/viewtopic.php?pid=283670#p283670





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Error with python using pip

2016-10-22 Thread AudioGames . net Forum — Developers room : Kyleman123 via Audiogames-reflector


  


Re: Error with python using pip

i'd also make sure your pip and all that stuff is up to date

URL: http://forum.audiogames.net/viewtopic.php?pid=283622#p283622





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Error with python using pip

2016-10-22 Thread AudioGames . net Forum — Developers room : thggamer via Audiogames-reflector


  


Re: Error with python using pip

Maybe Pip can't find the place to download the packages, so you'll need to download them manually.Pygame can be found at:http://pygame.org/ftp/pygame-1.9.1.win32-py2.7.msiWxPython can be found at:http://downloads.sourceforge.net/wxpyth … 0-py27.exe

URL: http://forum.audiogames.net/viewtopic.php?pid=283619#p283619





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Error with python using pip

2016-10-22 Thread AudioGames . net Forum — Developers room : zlorth via Audiogames-reflector


  


Error with python using pip

Hi,I'm trying to install pygame and wx but i can't do it. I get the next error: Can someone help me? I'm using windows 10 of 64 bits.C:\Users\jesus>pip install pygameCollecting pygameException:Traceback (most recent call last):  File "c:\python27\lib\site-packages\pip\basecommand.py", line 209, in main    status = self.run(options, args)  File "c:\python27\lib\site-packages\pip\commands\install.py", line 299, in run    requirement_set.prepare_files(finder)  File "c:\python27\lib\site-packages\pip\req\req_set.py", line 360, in prepare_files    ignore_dependencies=self.ignore_dependencies))  File "c:\python27\lib\site-packages\pip\req\req_set.py", line 512, in _prepare_file    finder, self.upgrade, require_hashes)  File "c:\python27\lib\site-packages\pip\req\req_install.py
 uot;, line 273, in populate_link    self.link = finder.find_requirement(self, upgrade)  File "c:\python27\lib\site-packages\pip\index.py", line 440, in find_requirement    all_candidates = self.find_all_candidates(req.name)  File "c:\python27\lib\site-packages\pip\index.py", line 398, in find_all_candidates    for page in self._get_pages(url_locations, project_name):  File "c:\python27\lib\site-packages\pip\index.py", line 543, in _get_pages    page = self._get_page(location)  File "c:\python27\lib\site-packages\pip\index.py", line 646, in _get_page    return HTMLPage.get_page(link, session=self.session)  File "c:\python27\lib\site-packages\pip\index.py", line 755, in get_page    "Cache-Control": "max-age=600",  File "c:\python27\lib\site-packages\pi
 p\_vendor\requests\sessions.py", line 480, in get    return self.request('GET', url, **kwargs)  File "c:\python27\lib\site-packages\pip\download.py", line 378, in request    return super(PipSession, self).request(method, url, *args, **kwargs)  File "c:\python27\lib\site-packages\pip\_vendor\requests\sessions.py", line 468, in request    resp = self.send(prep, **send_kwargs)  File "c:\python27\lib\site-packages\pip\_vendor\requests\sessions.py", line 608, in send    r.content  File "c:\python27\lib\site-packages\pip\_vendor\requests\models.py", line 737, in content    self._content = bytes().join(self.iter_content(CONTENT_CHUNK_SIZE)) or bytes()  File "c:\python27\lib\site-packages\pip\_vendor\requests\models.py", line 660, in generate    for chunk in self.raw.stream(chun
 k_size, decode_content=True):  File "c:\python27\lib\site-packages\pip\_vendor\requests\packages\urllib3\response.py", line 344, in stream    data = "" decode_content=decode_content)  File "c:\python27\lib\site-packages\pip\_vendor\requests\packages\urllib3\response.py", line 301, in read    data = "" />  File "c:\python27\lib\site-packages\pip\_vendor\cachecontrol\filewrapper.py", line 54, in read    self.__callback(self.__buf.getvalue())  File "c:\python27\lib\site-packages\pip\_vendor\cachecontrol\controller.py", line 297, in cache_response    self.serializer.dumps(request, response, body=body),  File "c:\python27\lib\site-packages\pip\download.py", line 281, in set    return super(SafeFileCache, self).set(*args, **kwargs)  File "c:\python27\lib\site-pac
 kages\pip\_vendor\cachecontrol\caches\file_cache.py", line 99, in set    with self.lock_class(name) as lock:  File "c:\python27\lib\site-packages\pip\_vendor\lockfile\mkdirlockfile.py", line 19, in __init__    LockBase.__init__(self, path, threaded, timeout)  File "c:\python27\lib\site-packages\pip\_vendor\lockfile\__init__.py", line 242, in __init__    hash(self.path)))  File "c:\python27\lib\ntpath.py", line 85, in join    result_path = result_path + p_pathUnicodeDecodeError: 'ascii' codec can't decode byte 0xfa in position 3: ordinal not in range(128)Sorry for my bad english, is not my native language.

URL: http://forum.audiogames.net/viewtopic.php?pid=283602#p283602





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector