Midnighter / structurizr-python

A Python 3 port of Simon Brown's Structurizr diagrams-as-code architecture description tool.
https://structurizr.com/
Apache License 2.0
65 stars 16 forks source link

pip install fails on Linux #24

Closed theyweresuited closed 3 years ago

theyweresuited commented 4 years ago

Problem description

Please explain: What & how: Tried to install structurizr-python using the pip instructions on the github repo Why: could not install it:

pip install --pre structurizr-python seems to be failing on Linux:

Could not find a version that satisfies the requirement structurizr-python (from versions: ) No matching distribution found for structurizr-python

Midnighter commented 4 years ago

Hey,

structurizr-python is only intended for Python 3.6 or later, could that be an issue? If that's not it, please provide the full error log.

Midnighter commented 3 years ago

We have released full versions since then. Please try again and let me know in case you still have problems. Closing for now.