Switching from conda to poetry #35
windoverwater
started this conversation in
Infrastructure
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In attempting to move the VTP project from conda to poetry, the poetry install command apparently did not complete successfully. Note - this is on a M1 Mac running 12.6 and poetry fails to install from scratch on this combination at this time. I manually patched the installer script per comments by the maintainers to get it to install. Note the last line of the output:
% poetry install
Updating dependencies
Resolving dependencies... Downloading https://files.pythonhosted.org/packages/36/2b/61d51a2c4f25ef062ae3f74576b01638bebaResolving dependencies... Downloading https://files.pythonhosted.org/packages/47/a2/f72fd263cecb11ed4cc96bd31608359e1df3Resolving dependencies... Downloading https://files.pythonhosted.org/packages/f6/f0/10642828a8dfb741e5f3fbaac830550a518aResolving dependencies... Downloading https://files.pythonhosted.org/packages/0b/54/8fd99436073dbdbba719e08e1b7e5f3f36a8Resolving dependencies... Downloading https://files.pythonhosted.org/packages/18/31/2a87f292f752d39c6c207f9e44137e3e1d42Resolving dependencies... (29.5s)
Writing lock file
Package operations: 26 installs, 0 updates, 0 removals
• Installing lazy-object-proxy (1.7.1)
• Installing pyparsing (3.0.9)
• Installing typing-extensions (4.3.0)
• Installing wrapt (1.14.1)
• Installing astroid (2.12.10): Installing...
• Installing attrs (22.1.0): Downloading... 55%
• Installing astroid (2.12.10)
• Installing attrs (22.1.0)
• Installing dill (0.3.5.1)
• Installing iniconfig (1.1.1)
• Installing isort (5.10.1)
• Installing mccabe (0.7.0)
• Installing packaging (21.3)
• Installing platformdirs (2.5.2)
• Installing pluggy (1.0.0)
• Installing py (1.11.0)
• Installing pysimplevalidate (0.2.12)
• Installing python-json-logger (2.0.4)
• Installing stdiomask (0.0.6)
• Installing structlog (21.5.0)
• Installing tomli (2.0.1)
• Installing tomlkit (0.11.4)
• Installing networkx (2.8.6)
• Installing pyinputplus (0.2.12)
• Installing pylint (2.15.3)
• Installing pytest (7.1.3)
• Installing pyyaml (6.0)
• Installing sphynx (0.0.3)
/Users/sandy/Dropbox/repos/VTP-root-repo/vtp_root_repo does not contain any element
As an additional note, dependabot is apparently failing to pick up the dependencies from the poetry lock file (TBD) as the requirements.txt file is now deleted.
The VTP project is here: https://github.com/TrustTheVote-Project/VTP-root-repo
Beta Was this translation helpful? Give feedback.
All reactions