-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Labels
kind/questionUser questions (candidates for conversion to discussion)User questions (candidates for conversion to discussion)
Milestone
Description
- I have searched the issues of this repo and believe that this is not a duplicate.
- I have searched the documentation and believe that my question is not covered.
- OS version and name: Docker
- Poetry version: 1.1.2
- Link of a Gist with the contents of your pyproject.toml file: https://gist.github.com/cruzelante098/1bca98be571f6c19aa1eb03585d6288f
Issue
poetry install removes packages that are not supposed to be removed. I'm using Poetry in a Dockerfile to install the dependencies of my project. Before that, the parent image has also installed some dependencies that are necessary.
$ poetry config virtualenvs.create false && poetry install --no-dev --no-interaction -vvv
• Removing colorama (0.4.3): Skipped for the following reason: Not currently installed
• Removing dnspython (1.16.0): Skipped for the following reason: Not currently installed
• Removing colorclass (2.2.0): Skipped for the following reason: Not currently installed
• Removing future (0.18.2): Skipped for the following reason: Not currently installed
• Removing cycler (0.10.0): Skipped for the following reason: Not currently installed
• Removing google-auth (1.22.1): Skipped for the following reason: Not currently installed
• Removing decorator (4.4.2): Skipped for the following reason: Not currently installed
• Removing docopt (0.6.2): Skipped for the following reason: Not currently installed
• Removing fbmessenger (6.0.0): Skipped for the following reason: Not currently installed
• Removing gast (0.2.2): Skipped for the following reason: Not currently installed
• Removing gevent (1.5.0): Skipped for the following reason: Not currently installed
• Removing google-auth-oauthlib (0.4.1): Skipped for the following reason: Not currently installed
• Removing google-pasta (0.2.0): Skipped for the following reason: Not currently installed
• Removing greenlet (0.4.17): Skipped for the following reason: Not currently installed
• Removing grpcio (1.32.0): Skipped for the following reason: Not currently installed
• Removing h5py (2.10.0): Skipped for the following reason: Not currently installed
• Removing httplib2 (0.18.1): Skipped for the following reason: Not currently installed
• Removing ipaddress (1.0.23): Skipped for the following reason: Not currently installed
• Removing isort (5.5.5): Skipped for the following reason: Not currently installed
• Removing jmespath (0.10.0): Skipped for the following reason: Not currently installed
• Removing keras-preprocessing (1.1.0): Skipped for the following reason: Not currently installed
• Removing jsonpickle (1.4.1): Skipped for the following reason: Not currently installed
• Removing jsonschema (3.2.0): Skipped for the following reason: Not currently installed
• Removing kafka-python (1.4.7): Skipped for the following reason: Not currently installed
• Removing keras-applications (1.0.8): Skipped for the following reason: Not currently installed
• Removing mattermostwrapper (2.2): Skipped for the following reason: Not currently installed
• Removing mccabe (0.6.1): Skipped for the following reason: Not currently installed
• Removing lazy-object-proxy (1.4.3): Skipped for the following reason: Not currently installed
• Removing networkx (2.4): Skipped for the following reason: Not currently installed
• Removing matplotlib (3.2.2): Skipped for the following reason: Not currently installed
• Removing joblib (0.17.0): Skipped for the following reason: Not currently installed
• Removing kiwisolver (1.2.0): Skipped for the following reason: Not currently installed
• Removing mypy-extensions (0.4.3): Skipped for the following reason: Not currently installed
• Removing pika (1.1.0): Skipped for the following reason: Not currently installed
• Removing prompt-toolkit (2.0.10): Skipped for the following reason: Not currently installed
• Removing oauthlib (3.1.0): Skipped for the following reason: Not currently installed
• Removing opt-einsum (3.3.0): Skipped for the following reason: Not currently installed
• Removing pathspec (0.8.0): Skipped for the following reason: Not currently installed
• Removing pyasn1-modules (0.2.8): Skipped for the following reason: Not currently installed
• Removing oauth2client (4.1.3): Skipped for the following reason: Not currently installed
• Removing pyjwt (1.7.1): Skipped for the following reason: Not currently installed
• Removing pykwalify (1.7.0): Skipped for the following reason: Not currently installed
• Removing pyasn1 (0.4.8): Skipped for the following reason: Not currently installed
• Removing markdown (3.3): Skipped for the following reason: Not currently installed
• Removing pydot (1.4.1): Skipped for the following reason: Not currently installed
• Removing protobuf (3.13.0): Skipped for the following reason: Not currently installed
• Removing psycopg2-binary (2.8.6): Skipped for the following reason: Not currently installed
• Removing pylint (2.6.0): Skipped for the following reason: Not currently installed
• Removing pymongo (3.8.0): Skipped for the following reason: Not currently installed
• Removing pyreadline (2.1): Skipped for the following reason: Not currently installed
• Removing pyrsistent (0.17.3): Skipped for the following reason: Not currently installed
• Removing pysocks (1.7.1): Skipped for the following reason: Not currently installed
• Removing questionary (1.5.2): Skipped for the following reason: Not currently installed
• Removing python-engineio (3.12.1): Skipped for the following reason: Not currently installed
• Removing python-socketio (4.5.1): Skipped for the following reason: Not currently installed
• Removing python-telegram-bot (12.8): Skipped for the following reason: Not currently installed
• Removing pyyaml (5.3.1): Skipped for the following reason: Not currently installed
• Removing rocketchat-api (1.3.1): Skipped for the following reason: Not currently installed
• Removing rasa (1.10.3): Skipped for the following reason: Not currently installed
• Removing redis (3.5.3): Skipped for the following reason: Not currently installed
• Removing ruamel.yaml.clib (0.2.2): Skipped for the following reason: Not currently installed
• Removing requests-oauthlib (1.3.0): Skipped for the following reason: Not currently installed
• Removing sanic-jwt (1.4.1): Skipped for the following reason: Not currently installed
• Removing rsa (4.6): Skipped for the following reason: Not currently installed
• Removing ruamel.yaml (0.16.12): Skipped for the following reason: Not currently installed
• Removing sklearn-crfsuite (0.3.6): Skipped for the following reason: Not currently installed
• Removing slackclient (2.9.1): Skipped for the following reason: Not currently installed
• Removing python-crfsuite (0.9.7): Skipped for the following reason: Not currently installed
• Removing scikit-learn (0.22.2.post1): Skipped for the following reason: Not currently installed
• Removing scipy (1.4.1): Skipped for the following reason: Not currently installed
• Removing regex (2020.9.27): Skipped for the following reason: Not currently installed
• Removing s3transfer (0.3.3): Skipped for the following reason: Not currently installed
• Removing sqlalchemy (1.3.19): Skipped for the following reason: Not currently installed
• Removing tensorflow-hub (0.8.0): Skipped for the following reason: Not currently installed
• Removing tensorflow-probability (0.9.0): Skipped for the following reason: Not currently installed
• Removing termcolor (1.1.0): Skipped for the following reason: Not currently installed
• Removing tensorflow-addons (0.7.1): Skipped for the following reason: Not currently installed
• Removing toml (0.10.1): Skipped for the following reason: Not currently installed
• Removing tabulate (0.8.7): Skipped for the following reason: Not currently installed
• Removing tensorboard (2.1.1): Skipped for the following reason: Not currently installed
• Removing tensorflow (2.1.1): Skipped for the following reason: Not currently installed
• Removing terminaltables (3.1.0): Skipped for the following reason: Not currently installed
• Removing tensorflow-estimator (2.1.0): Skipped for the following reason: Not currently installed
• Removing tornado (6.0.4): Skipped for the following reason: Not currently installed
• Removing twilio (6.26.3): Skipped for the following reason: Not currently installed
• Removing typed-ast (1.4.1): Skipped for the following reason: Not currently installed
• Removing wrapt (1.12.1): Skipped for the following reason: Not currently installed
• Removing yarl (1.6.0): Skipped for the following reason: Not currently installed
• Removing wcwidth (0.2.5): Skipped for the following reason: Not currently installed
• Removing typing-extensions (3.7.4.3): Skipped for the following reason: Not currently installed
• Removing tzlocal (2.1): Skipped for the following reason: Not currently installed
• Removing werkzeug (1.0.1): Skipped for the following reason: Not currently installed
• Removing webexteamssdk (1.3): Skipped for the following reason: Not currently installed
• Removing aiofiles (0.5.0)
• Removing appdirs (1.4.4)
• Removing cffi (1.14.3)
• Removing coloredlogs (10.0)
• Removing cryptography (3.1.1)
• Removing h11 (0.8.1)
• Removing h2 (3.2.0)
• Removing hpack (3.0.0)
• Removing hstspreload (2020.10.6)
• Removing httptools (0.1.1)
• Removing httpx (0.9.3)
• Removing humanfriendly (8.2)
• Removing hyperframe (5.2.0)
• Removing multidict (4.7.6)
• Removing packaging (20.4)
• Removing pycparser (2.20)
• Removing pyparsing (2.4.7)
• Removing rasa-sdk (1.10.3)
• Removing requests-toolbelt (0.9.1)
• Removing rfc3986 (1.4.0)
• Removing sanic (19.12.2)
• Removing sanic-cors (0.10.0.post3)
• Removing sanic-plugins-framework (0.9.4)
• Removing sniffio (1.1.0)
• Removing ujson (2.0.3)
• Removing uvloop (0.14.0)
• Removing websockets (8.1)
• Installing zipp (3.3.0): Skipped for the following reason: Already installed
• Installing cymem (2.0.3)
• Updating importlib-metadata (1.7.0 -> 2.0.0)
• Installing murmurhash (1.0.2)
• Installing numpy (1.19.2)
• Installing blis (0.4.1)
• Installing catalogue (1.0.0)
• Installing certifi (2020.6.20): Skipped for the following reason: Already installed
• Installing chardet (3.0.4): Skipped for the following reason: Already installed
• Installing plac (1.1.3)
• Installing idna (2.10): Skipped for the following reason: Already installed
• Installing tqdm (4.45.0)
• Installing wasabi (0.8.0)
• Installing srsly (1.0.2)
• Installing preshed (3.0.2)
• Installing urllib3 (1.25.10): Skipped for the following reason: Already installed
• Installing requests (2.24.0): Skipped for the following reason: Already installed
• Installing six (1.15.0): Skipped for the following reason: Already installed
• Installing thinc (7.4.1)
• Installing python-dateutil (2.8.1)
• Installing pytz (2019.3)
• Installing spacy (2.3.2)
• Installing es-core-news-sm (2.3.1 https://github.com/explosion/spacy-models/releases/download/es_core_news_sm-2.3.1/es_core_news_sm-2.3.1.tar.gz)
• Installing pandas (1.1.3)
• Installing unidecode (1.1.1)
As you can see, there are multiple dependencies that are removed. How can I prevent it?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/questionUser questions (candidates for conversion to discussion)User questions (candidates for conversion to discussion)