Closed SuryaChandrasekaran closed 5 years ago
Hello @SuryaChandrasekaran, seems like pip install git+https://github.com/xiaoxu193/PyTeaser.git
works seamlessly because the setup.py file has been updated but the release on pip has not been updated which breaks pip install pyteaser
.
while doing pip install pyteaser, the setup collects and intsalls beautifulsoup which is no longer supported, so I think it should be beautifulsoup4. The problem with installation is also covered in the "Issues" section.