unable to run a notebook in github codespace - Stack Overflow

admin2025-04-17  3

I am trying to run a notebook in github codespaces.

When I try to run some cells, I get errors related to pip

My environment is

When I try to connect to another server, I get error. I am trying to run the following example, as is - .md

I have not used codespaces before. What am I missing?

I am trying to run a notebook in github codespaces.

When I try to run some cells, I get errors related to pip

My environment is

When I try to connect to another server, I get error. I am trying to run the following example, as is - https://github.com/Azure-Samples/graphrag-accelerator/blob/main/docs/DEPLOYMENT-GUIDE.md

I have not used codespaces before. What am I missing?

Share Improve this question asked Jan 30 at 17:20 Manu ChadhaManu Chadha 16.8k24 gold badges117 silver badges245 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 1

So I created a new .env by first selecting current environment (top right)

then select another kernel,

python environments, create new python environment

then create new Venv

I don't remember if I also installed pip using ! sudo apt-get install python3-pip

That seem to have got me started and I am able to run the commands in the cells.

转载请注明原文地址:http://anycun.com/QandA/1744902397a89239.html