View Single Post
Posts: 120 | Thanked: 279 times | Joined on Sep 2009 @ Perth, Australia
#45
Originally Posted by EmaNymton View Post
I'm facing the same problem here, I need lxml for python 3. I'm not that expirienced in installing packages without using the repository. Is there any repo in the meantime, which I can use and if not, could you please describe a little more detailed what to do, so I can start coding? Thanks in advance!
Sorry for the late reply. I see you managed to install lxml anyway

The way I was installing lxml was using 'virtualenv'. Once installed, a virtualenv for python3 can be created using 'virtualenv --python=python3'. Once activated, packages can be installed inside the virtualenv using pip (e.g. pip install lxml). More info at: http://www.virtualenv.org/en/latest/
 

The Following User Says Thank You to mattaustin For This Useful Post: