Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pip is not installing files in transforms/transforms #134

Closed
vCra opened this issue Mar 7, 2018 · 1 comment · Fixed by #135
Closed

Pip is not installing files in transforms/transforms #134

vCra opened this issue Mar 7, 2018 · 1 comment · Fixed by #135
Assignees
Labels

Comments

@vCra
Copy link

vCra commented Mar 7, 2018

Hi there

I have a problem installing the latest version of pylint-django via pip
The install works normally, but the pip install does not include any of the files in the pylint_django/transforms/transforms folder. If I was to guess, this was caused by the changes in b46e2cf

pip show -f pylint-django

Name: pylint-django
Version: 0.9.2
Summary: A Pylint plugin to help Pylint understand the Django web framework
Home-page: https://github.com/PyCQA/pylint-django
Author: landscape.io
Author-email: [email protected]
License: GPLv2
Location: /var/lib/jenkins/workspace/TILE/env/lib/python3.4/site-packages
Requires: pylint, pylint-plugin-utils, Django
Files:
  pylint_django-0.9.2.dist-info/DESCRIPTION.rst
  pylint_django-0.9.2.dist-info/INSTALLER
  pylint_django-0.9.2.dist-info/METADATA
  pylint_django-0.9.2.dist-info/RECORD
  pylint_django-0.9.2.dist-info/WHEEL
  pylint_django-0.9.2.dist-info/metadata.json
  pylint_django-0.9.2.dist-info/top_level.txt
  pylint_django/__init__.py
  pylint_django/__pkginfo__.py
  pylint_django/__pycache__/__init__.cpython-34.pyc
  pylint_django/__pycache__/__pkginfo__.cpython-34.pyc
  pylint_django/__pycache__/compat.cpython-34.pyc
  pylint_django/__pycache__/plugin.cpython-34.pyc
  pylint_django/__pycache__/utils.cpython-34.pyc
  pylint_django/augmentations/__init__.py
  pylint_django/augmentations/__pycache__/__init__.cpython-34.pyc
  pylint_django/checkers/__init__.py
  pylint_django/checkers/__pycache__/__init__.cpython-34.pyc
  pylint_django/checkers/__pycache__/django_installed.cpython-34.pyc
  pylint_django/checkers/__pycache__/models.cpython-34.pyc
  pylint_django/checkers/django_installed.py
  pylint_django/checkers/models.py
  pylint_django/compat.py
  pylint_django/plugin.py
  pylint_django/tests/__init__.py
  pylint_django/tests/__pycache__/__init__.cpython-34.pyc
  pylint_django/tests/__pycache__/test_func.cpython-34.pyc
  pylint_django/tests/input/__init__.py
  pylint_django/tests/input/__pycache__/__init__.cpython-34.pyc
  pylint_django/tests/input/__pycache__/external_django_tables2_noerror_meta_class.cpython-34.pyc
  pylint_django/tests/input/__pycache__/external_drf_noerror_serializer.cpython-34.pyc
  pylint_django/tests/input/__pycache__/external_psycopg2_noerror_postgres_fields.cpython-34.pyc
  pylint_django/tests/input/__pycache__/func_model_does_not_use_unicode_py33.cpython-34.pyc
  pylint_django/tests/input/__pycache__/func_noerror_classviews.cpython-34.pyc
  pylint_django/tests/input/__pycache__/func_noerror_duplicate_except_doesnotexist.cpython-34.pyc
  pylint_django/tests/input/__pycache__/func_noerror_foreign_key_attributes.cpython-34.pyc
  pylint_django/tests/input/__pycache__/func_noerror_foreign_key_ids.cpython-34.pyc
  pylint_django/tests/input/__pycache__/func_noerror_foreign_key_sets.cpython-34.pyc
  pylint_django/tests/input/__pycache__/func_noerror_foreignkeys.cpython-34.pyc
  pylint_django/tests/input/__pycache__/func_noerror_form_fields.cpython-34.pyc
  pylint_django/tests/input/__pycache__/func_noerror_forms_py33.cpython-34.pyc
  pylint_django/tests/input/__pycache__/func_noerror_formview_ancestors.cpython-34.pyc
  pylint_django/tests/input/__pycache__/func_noerror_ignore_meta_subclass.cpython-34.pyc
  pylint_django/tests/input/__pycache__/func_noerror_import_q.cpython-34.pyc
  pylint_django/tests/input/__pycache__/func_noerror_issue_46.cpython-34.pyc
  pylint_django/tests/input/__pycache__/func_noerror_manytomanyfield.cpython-34.pyc
  pylint_django/tests/input/__pycache__/func_noerror_model_fields.cpython-34.pyc
  pylint_django/tests/input/__pycache__/func_noerror_model_methods.cpython-34.pyc
  pylint_django/tests/input/__pycache__/func_noerror_model_unicode_callable.cpython-34.pyc
  pylint_django/tests/input/__pycache__/func_noerror_model_unicode_lambda.cpython-34.pyc
  pylint_django/tests/input/__pycache__/func_noerror_models_py33.cpython-34.pyc
  pylint_django/tests/input/__pycache__/func_noerror_protected_meta_access.cpython-34.pyc
  pylint_django/tests/input/__pycache__/func_noerror_ugettext_lazy_format.cpython-34.pyc
  pylint_django/tests/input/__pycache__/func_noerror_unicode_py2_compatible.cpython-34.pyc
  pylint_django/tests/input/__pycache__/func_noerror_urls.cpython-34.pyc
  pylint_django/tests/input/__pycache__/func_noerror_uuid_field.cpython-34.pyc
  pylint_django/tests/input/external_django_tables2_noerror_meta_class.py
  pylint_django/tests/input/external_drf_noerror_serializer.py
  pylint_django/tests/input/external_psycopg2_noerror_postgres_fields.py
  pylint_django/tests/input/func_model_does_not_use_unicode_py33.py
  pylint_django/tests/input/func_noerror_classviews.py
  pylint_django/tests/input/func_noerror_duplicate_except_doesnotexist.py
  pylint_django/tests/input/func_noerror_foreign_key_attributes.py
  pylint_django/tests/input/func_noerror_foreign_key_ids.py
  pylint_django/tests/input/func_noerror_foreign_key_sets.py
  pylint_django/tests/input/func_noerror_foreignkeys.py
  pylint_django/tests/input/func_noerror_form_fields.py
  pylint_django/tests/input/func_noerror_forms_py33.py
  pylint_django/tests/input/func_noerror_formview_ancestors.py
  pylint_django/tests/input/func_noerror_ignore_meta_subclass.py
  pylint_django/tests/input/func_noerror_import_q.py
  pylint_django/tests/input/func_noerror_issue_46.py
  pylint_django/tests/input/func_noerror_manytomanyfield.py
  pylint_django/tests/input/func_noerror_model_fields.py
  pylint_django/tests/input/func_noerror_model_methods.py
  pylint_django/tests/input/func_noerror_model_unicode_callable.py
  pylint_django/tests/input/func_noerror_model_unicode_lambda.py
  pylint_django/tests/input/func_noerror_models_py33.py
  pylint_django/tests/input/func_noerror_protected_meta_access.py
  pylint_django/tests/input/func_noerror_ugettext_lazy_format.py
  pylint_django/tests/input/func_noerror_unicode_py2_compatible.py
  pylint_django/tests/input/func_noerror_urls.py
  pylint_django/tests/input/func_noerror_uuid_field.py
  pylint_django/tests/test_func.py
  pylint_django/transforms/__init__.py
  pylint_django/transforms/__pycache__/__init__.cpython-34.pyc
  pylint_django/transforms/__pycache__/fields.cpython-34.pyc
  pylint_django/transforms/__pycache__/foreignkey.cpython-34.pyc
  pylint_django/transforms/fields.py
  pylint_django/transforms/foreignkey.py
  pylint_django/utils.py
@atodorov atodorov self-assigned this Mar 7, 2018
@atodorov atodorov added the bug label Mar 7, 2018
@atodorov
Copy link
Contributor

atodorov commented Mar 7, 2018

Looks related to #133.
I have removed 0.9.2 from PyPI for now and will deal with this later. Apparently it needs way more testing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants