How do you correct Module already loaded UserWarnings in Python?

后端 未结 5 583
星月不相逢
星月不相逢 2021-01-01 16:48

Getting the following kinds of warnings when running most python scripts in the command line:

/Library/Python/2.6/site-packages/virtualenvwrapper/hook_loader         


        
5条回答
  •  迷失自我
    2021-01-01 17:02

    I had this sort of Python packaging hell visit today too.

    Running Python 2.7.3 on Ubuntu, using namespace packages and using zc.buildout.

    Finally, updating system wide Distribute from older version 0.6.30 to latest version 0.6.35 resolved the problem.

提交回复
热议问题