evansloan / sports.py

A simple Python package to gather live sports scores
MIT License
60 stars 17 forks source link

Python 2.7 #8

Closed TellTej closed 3 years ago

TellTej commented 3 years ago

I fixed the code, however, I am still receiving the error

ModuleNotFoundError: No module named 'sports'

This is because the file is in Python 2.7

I saw the earlier issue, however, the video Is no longer available. Could you post it again?

evansloan commented 3 years ago

I'm not sure why/how the video was removed, but I no longer have the file on my computer. I don't really have a ton of time right now to make another so here's a link that should outline pretty much everything that was in the video.

Python virtual environments

After you setup the virtual environment and activate it, you should be able to install sports.py to your virtual environment with pip install sports.py

If you have any trouble let me know and I'll try to help you to the best of my ability.