I'm having the same issue; can you give an example command line for python2 and python3 specific installation?
Thanks! On Sunday, May 13, 2018 at 7:12:29 PM UTC-7, Terry Reedy wrote: > On 5/13/2018 1:01 PM, Rich Shepard wrote: > > Installed here is pylint-1.7.1 and python-3.6.5. When I try to run > > pyreverse (and pylint) on python3 source code it fails because it finds > > only > > the python-2.7 site-package and not the python-3.6 site-package. > > > If you have learned how to run pylint/pyreverse on python3 code please > > share your knowledge with me. > > You have to install a package in /site-packages for each version you > want to run it with. > > Then you have to make sure you run the version you intend to run. > > > -- > Terry Jan Reedy -- https://mail.python.org/mailman/listinfo/python-list