Running Nosetests On Module Locally Installed With Easy_install May 17, 2024 Post a Comment I can't get nosetests to test a newly installed Python pandas library. I don't have root access to this machine, so I installed pandas locally with easy_install: $ easy_install --pSolution 1: had the same problem, I had to run this:sudo nosetests /usr/lib64/python2.7/site-packages/pandas-0.14.0-py2.7-linux-x86_64.egg/pandas /tests/*.py CopyI do not have an explanation for it, but the results is:Ran 4261 tests in 166.166s OK (SKIP=42) Share Post a Comment for "Running Nosetests On Module Locally Installed With Easy_install"
Post a Comment for "Running Nosetests On Module Locally Installed With Easy_install"