Quantcast
Channel: Active questions tagged python - Stack Overflow
Viewing all articles
Browse latest Browse all 13951

how to include lxml in depenency list of python package with setuptools?

$
0
0

I have used the following code in setup.py file

setup(...,    install_requires=[       'lxml'      ],      .....)

But when i install the package it gives the following error

    Scanning index of all packages (this may take a while)Reading http://pypi.python.org/simple/No local packages or download links found for lxmlerror: Could not find suitable distribution for Requirement.parse('lxml')

How to make the setup to install lxml library ?

Thanks for the help :)


Viewing all articles
Browse latest Browse all 13951

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>