Skip to content
This repository has been archived by the owner on May 18, 2021. It is now read-only.

Fix website generation bug when creating virtual environment #150

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

po09i
Copy link
Member

@po09i po09i commented Jun 23, 2020

This PR is to fix a bug where the website generation fails due to an error when creating the virtual environment.

@po09i
Copy link
Member Author

po09i commented Jun 23, 2020

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?

@jcohenadad
Copy link
Member

as per this related issue, pip upgrade would be advisable

@po09i po09i marked this pull request as ready for review June 29, 2020 19:58
@po09i
Copy link
Member Author

po09i commented Jun 29, 2020

PR is ready for review, virtualenv was downloaded using pip3 on tristano by agah, removing the call to download using pip fixes the problem.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants