Код: Выделить всё
from google.colab import drive
drive.mount('/content/gdrive')
# Move in your Drive
%cd /content/gdrive/MyDrive/
# Create and move in the new project directory
!rm -rf reflection-agent
!mkdir reflection-agent
%cd reflection-agent
!pip install poetry
# Configure poetry to create virtual environments in the project folder
!poetry config virtualenvs.in-project true
Можете ли вы помочь мне решить эту проблему?
Подробнее здесь: https://stackoverflow.com/questions/790 ... g-for-hour