Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot install missing modules #58

Closed
Tiwas opened this issue Mar 25, 2018 · 1 comment
Closed

Cannot install missing modules #58

Tiwas opened this issue Mar 25, 2018 · 1 comment

Comments

@Tiwas
Copy link

Tiwas commented Mar 25, 2018

Hi.
I was recommended this script, so went to try it. Installed python to my d: drive (windows 10), added python and python\scripts to my path, ran the script installed the requests module, tried again and it still failed. Went to install re, bs4 and zipfiles, but none of them will install.

`pip install -vvv zipfiles
Config variable 'Py_DEBUG' is unset, Python ABI tag may be incorrect
Config variable 'WITH_PYMALLOC' is unset, Python ABI tag may be incorrect
Config variable 'Py_UNICODE_SIZE' is unset, Python ABI tag may be incorrect
Collecting zipfiles
1 location(s) to search for versions of zipfiles:

  • https://pypi.python.org/simple/zipfiles/
    Getting page https://pypi.python.org/simple/zipfiles/
    Looking up "https://pypi.python.org/simple/zipfiles/" in the cache
    No cache entry available
    Starting new HTTPS connection (1): pypi.python.org
    https://pypi.python.org:443 "GET /simple/zipfiles/ HTTP/1.1" 404 37
    Status code 404 not in [200, 203, 300, 301]
    Could not fetch URL https://pypi.python.org/simple/zipfiles/: 404 Client Error: Not Found (zipfiles does not exist) for url: https://pypi.python.org/simple/zipfiles/ - skipping
    Could not find a version that satisfies the requirement zipfiles (from versions: )
    Cleaning up...
    No matching distribution found for zipfiles
    Exception information:
    Traceback (most recent call last):
    File "d:\python27\lib\site-packages\pip\basecommand.py", line 215, in main
    status = self.run(options, args)
    File "d:\python27\lib\site-packages\pip\commands\install.py", line 324, in run
    requirement_set.prepare_files(finder)
    File "d:\python27\lib\site-packages\pip\req\req_set.py", line 380, in prepare_files
    ignore_dependencies=self.ignore_dependencies))
    File "d:\python27\lib\site-packages\pip\req\req_set.py", line 554, in _prepare_file
    require_hashes
    File "d:\python27\lib\site-packages\pip\req\req_install.py", line 278, in populate_link
    self.link = finder.find_requirement(self, upgrade)
    File "d:\python27\lib\site-packages\pip\index.py", line 514, in find_requirement
    'No matching distribution found for %s' % req
    DistributionNotFound: No matching distribution found for zipfiles`

Same thing happens for all of them. Is there a way to manually download or fix this?

Cheers!

@Tiwas
Copy link
Author

Tiwas commented Mar 25, 2018

Sorry. Got it working by installing the lxml module.

@Tiwas Tiwas closed this as completed Mar 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant