Skip to content

Warnings using the command line #56

Description

@stessaris

Hi, I get the following warnings when I use plimc:

XXX/venvs/plim/lib/python3.9/site-packages/scss/selector.py:26: FutureWarning: Possible nested set at position 329
  SELECTOR_TOKENIZER = re.compile(r'''
XXX/venvs/plim/lib/python3.9/site-packages/plim/console.py:48: PkgResourcesDeprecationWarning: Parameters to load are deprecated.  Call .resolve and .require separately.
  preprocessor = EntryPoint.parse('x={}'.format(preprocessor_path)).load(False)

The first one depends on pyScss package. There's a fix in the codebase but they didn't update the package yet; you may want to watch it and release a new version as soon as they publish an update.

For the second, looking at the pkg_resources code, it seems that you can just replace .load(False) with .resolve().

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions