Search code examples
python-3.xsetuptoolspython-packaging

Why when cloning project, "python setup.py install" doesnt work


I append setup.py to my project. I can install a package with this command as well:

pip install git+http://github.com/MrMahdi313/GapBot

But when clone project and use this command:

python setup.py install

Just installed require package and doesn't install my main package.

What's problem?


Solution

  • That is a bug of pycharm. I updated pycharm and fixed.