JBKahn / flake8-debugger

flake8 debug statement checker
MIT License
41 stars 10 forks source link

Cannot install package from source #22

Closed seppeljordan closed 4 years ago

seppeljordan commented 4 years ago

Hi, since you moved to poetry your package cannot be installed from source anymore.

See https://github.com/pypa/pip/issues/5739 for reference.

JBKahn commented 4 years ago

Is the alternative moving back? I don't see a resolution. Is there an alternative to those building from source?

seppeljordan commented 4 years ago

Unfortunately the only resolution of this that I know of would be for poetry to vendor their build requirements.

JBKahn commented 4 years ago

Ok, I'll switch back for now :disappointed:

I see they are debating the solution to this inside poetry as well, Python tooling....

I'll put something out this week.

JBKahn commented 4 years ago

https://github.com/sdispater/poetry/issues/760

For reference so I can revisit this later

seppeljordan commented 4 years ago

Thanks for the heads up.

For people coming here from the internets: flake8-debugger<3.1 should work if you install from source.

JBKahn commented 4 years ago

fixed in 3.2.1

seppeljordan commented 4 years ago

Thank you very much :)

JBKahn commented 4 years ago

Thanks for reporting it!