Skip to content Skip to sidebar Skip to footer

Python Module From Github Installed Using Setup.py Can't See Own Submodules

I downloaded python-somelib-master.zip from GitHub hoping to use the API it provides. I ran python setup.py install And it apparently completed successfully: Writing D:\SOFT\Pyt

Solution 1:

You must install modules dependencies in your machine too. If you are using Ubuntu, you can easily do it with "apt-get". Hope it helps! xD


Post a Comment for "Python Module From Github Installed Using Setup.py Can't See Own Submodules"