You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when run python setup.py install, the installation fill and return error: package directory 'push_admin' does not exist
the directory needs to be changed in setup.py from packages=['push_admin'], to packages=['src/push_admin'],
when run
python setup.py install, the installation fill and returnerror: package directory 'push_admin' does not existthe directory needs to be changed in setup.py from
packages=['push_admin'],topackages=['src/push_admin'],