Code: Select all
ValueError: non-local file URIs are not supported on this platform: ...
Projektstruktur:
Code: Select all
project/
- component_a/
- requirements.txt
- main.py
- utils/
- pyproject.toml
- models
Code: Select all
component_a/requirements.txtCode: Select all
models @ file://../utils
Code: Select all
> cd project/component_a
> python3.12 -m venv venv
> source venv/bin/activate
> python -m pip install -r requirements.txt
ValueError: non-local file URIs are not supported on this platform: 'file://../utils'
Mobile version