so following tutorial , give since working on windows machine , pulling hair out finding equivalencies. have virtual environment, when try run code dosent appear finding local dependancies!!
(venv) ps c:\users\vince\skellys\flask_skelly\venv> python bartender_no_ui.py traceback (most recent call last): file "bartender_no_ui.py", line 7, in <module> import lxml importerror: no module named lxml
how can check if dependencies there , how make sure code running venv?? of noob trying tutorial anyway?? maybe relevant details- had use conda rather pip install lxml, because pip couldnt dependencies of libxml2 , libxslt, no module error other modules installed in venv using pip well
if
pip freeze
that should show modules have installed in virtualenv long have active.
seeing how working on windows i'd check out site followed when first got started.
haven't used conda myself not familiar how works i'm guessing won't install virtualenv. if download lxml here should able install virtualenv on windows.
Comments
Post a Comment