Skip to content

Installation with pip fails #3

Description

@nbeliy

Installation using pip fails due to syntax error in mp2rage/version.py:

python3 -m pip install git+https://github.com/Gilles86/pymp2rage
Collecting git+https://github.com/Gilles86/pymp2rage
  Cloning https://github.com/Gilles86/pymp2rage to /tmp/pip-40es0w05-build
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-40es0w05-build/setup.py", line 8, in <module>
        exec(f.read())
      File "<string>", line 23
        "License :: OSI Approved :: Apache License, 2.0"",
                                                         ^
    SyntaxError: EOL while scanning string literal
    
    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-40es0w05-build/

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