the problem has been solved, as I forgot to define py_modules=[...]
for a few python files needed to be installed. cheers On 21 March 2017 at 08:09, Glenn Hutchings <zond...@gmail.com> wrote: > On Monday, 20 March 2017 17:21:04 UTC, Daiyue Weng wrote: > > If I tried > > > > pip3 install git+https://user_n...@bitbucket.org/user_name/ > project_name.git > > > > the package would get installed, but there are no python files that have > > been installed in /usr/local/lib/python3.5/dist-packages/project_name > > > > Hence I couldn't import any class in the package in python. > > > > I am wondering how to fix this. > > Where are the files that did get installed? It's possible they were put > somewhere you're not expecting. (Not, I hope, in a folder called > 'project_name.git' -- that would be rather unhelpful!) > -- > https://mail.python.org/mailman/listinfo/python-list > -- https://mail.python.org/mailman/listinfo/python-list