On 26 August 2015 at 16:10, Piotr Dobrogost <[email protected]> wrote: > After `pip install js.deform==2.0a2-3` I get the message "Successfully > installed js.deform-2.0a2.post3" where version "2.0a2-3" was > normalized (I guess) to "2.0a2.post3" and that's the version pip list > reports as well. Due to this PyCharm shows warning saying this > requirement "js.deform==2.0a2-3" is not satisfied. > > What is the preferred way of solving this? Should package version be > changed by author to 2.0a2.post3?
My immediate thought is that PyCharm's warning is wrong (the requirement *is* satisfied, after all) and you should report a bug to them. I suspect their code for checking requirements isn't following the latest spec. Paul _______________________________________________ Distutils-SIG maillist - [email protected] https://mail.python.org/mailman/listinfo/distutils-sig
