Open po09i opened 4 years ago
The website suddenly stopped being generated for no apparent reason. The code fails when executing this line Reading through the virtualenv documentation revealed potential solutions. The pip installer suggests to be > v9.0.0 and we only have V8.1.1 on Tristano. Is it possible to upgrade it?
as per this related issue, pip upgrade would be advisable
PR is ready for review, virtualenv was downloaded using pip3 on tristano by agah, removing the call to download using pip fixes the problem.
This PR is to fix a bug where the website generation fails due to an error when creating the virtual environment.