Interestingly, when runningpoetry installwith no lockfile present, dependency resolution does fail with the log message:Source (gitlab): Authorization error accessing https://gitlab.com/api/v4/groups/<group>/-/packages/pypi/simple/<private-package>/, stopping with error messageBecause mwe-poetry de...
Source (torch): Authorization error accessing https://download.pytorch.org/whl/cu118/tensorflow-gpu/ Invalid requirement (python_version>"3.7") found in tensorflow-gpu-2.12.0 dependencies, skipping Source (torch): Authorization error accessing https://download.pytorch.org/whl/cu118/tensorflow-gpu/ ...
393 in _get 389│ if response.status_code == 404: 390│ return 391│ response.raise_for_status() 392│ except requests.HTTPError as e: → 393│ raise RepositoryError(e) 394│ 395│ if response.status_code in (401, 403): 396│ self._log( 397│ "Authorization error accessing {url}...
All looks fine. Then I trypoetry lockorinstalland I got this: Resolving dependencies... (4.6s)Source (pytorch-cpu): Authorization error accessing https://download.pytorch.org/whl/cpu/pdbpp/ Resolving dependencies... (4.9s)Source (pytorch-cpu): Authorization error accessing https://download.py...
This seems to have worked (although I already had the packages installed) but it reports errors like Source (torch): Authorization error accessing https://download.pytorch.org/whl/cu116/pillow/, but I think they get installed anyway (maybe a better message would be "Can't access pillow at...
RUN --mount=type=ssh poetry install --only main 🎉 1 ozieblo-michal mentioned this issue Jan 6, 2024 base authorization, project structure, preliminary documentation ozieblo-michal/vitefast#1 Merged github-actions bot commented Feb 29, 2024 This issue has been automatically locked since...
393 in _get 389│ if response.status_code == 404: 390│ return 391│ response.raise_for_status() 392│ except requests.HTTPError as e: → 393│ raise RepositoryError(e) 394│ 395│ if response.status_code in (401, 403): 396│ self._log( 397│ "Authorization error accessing {url}...