Skip to content

Setup issues with Ubuntu 22 (within Windows Subsystem for Linux 2) #12

@Arpanio

Description

@Arpanio

Setup via make doesn't fully work with a fresh Ubuntu 22 VM (installed via Windows Subsystem for Linux 2).

I got a number of errors and was able to resolve them to be able to get jupyter-notebook running. None of the notebooks have been tested yet.

Error message (there were more than 1):

arpanio@DESKTOP-CF2G2MB:~/projects/toronto-bids$ make run-jupyter-notebook
python3.9 -m venv venv
Error: Command '['/home/arpanio/projects/toronto-bids/venv/bin/python3.9', '-Im', 'ensurepip', '--upgrade', '--default-pip']' returned non-zero exit status 1.
make: *** [Makefile:23: venv] Error 1

Steps to resolve with the links that worked for me (may not be exhaustive as I didn't keep good notes while working on this):

  1. Setup Python 3.9. The current default version that ships with Ubuntu is 3.10.
  2. Setup pip for python 3.9.
  3. Install Google Chrome

Can we incorporate all of this setup into make?

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions