shimming-toolbox / shimming-toolbox-matlab

Code for performing real-time shimming using external MRI shim coils
GNU General Public License v3.0
16 stars 5 forks source link

Fix website generation bug when creating virtual environment #150

Open po09i opened 4 years ago

po09i commented 4 years ago

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

po09i commented 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?

jcohenadad commented 4 years ago

as per this related issue, pip upgrade would be advisable

po09i commented 4 years ago

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