Skip to content

cant install with python 3.7 getting UnicodeDecodeError #48

Description

@ismailsimsek

blindspin installation is failing

(base) ma13416:bi-pentaho-etl xxxxx$ /Users/xxxxx/anaconda3/bin/pip3.7 install testcontainers==2.5
Collecting testcontainers==2.5
  Using cached https://files.pythonhosted.org/packages/f8/37/2636e51aba7007eaba07f88198805f28cabb26c51d5245aaa0c457c1eae5/testcontainers-2.5.tar.gz
Collecting docker (from testcontainers==2.5)
  Using cached https://files.pythonhosted.org/packages/cc/ca/699d4754a932787ef353a157ada74efd1ceb6d1fc0bfb7989ae1e7b33111/docker-4.1.0-py2.py3-none-any.whl
Requirement already satisfied: wrapt in /Users/xxxxx/anaconda3/lib/python3.6/site-packages (from testcontainers==2.5) (1.10.11)
Collecting crayons (from testcontainers==2.5)
  Using cached https://files.pythonhosted.org/packages/f8/64/ab71c69db049a5f404f1f2c7627578f4b59aca55e6ad9d939721ce6466dd/crayons-0.3.0-py2.py3-none-any.whl
Collecting blindspin (from testcontainers==2.5)
  Using cached https://files.pythonhosted.org/packages/bd/e7/eb0db2558be572efc431a24b8561b0efdac16da73edfc83a2efee8cfeb1c/blindspin-2.0.1.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/private/var/folders/bv/7xtx5scd0mqf15w89873l5q80000gp/T/pip-install-qnz9dpnp/blindspin/setup.py", line 7, in <module>
        readme = f.read()
      File "/Users/xxxxx/anaconda3/lib/python3.6/encodings/ascii.py", line 26, in decode
        return codecs.ascii_decode(input, self.errors)[0]
    UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 189: ordinal not in range(128)
    

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

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions