will7200 / Yugioh-bot

Bot for Yugioh Duel Links via Nox and Steam
MIT License
58 stars 9 forks source link

Having problems installing #63

Closed MMestre23 closed 6 years ago

MMestre23 commented 6 years ago

I get this error when running the 'python install.py' command

Component 3: Checking required packages Traceback (most recent call last): File "install.py", line 208, in main_install() File "install.py", line 204, in main_install command_runner(command[1]) File "install.py", line 191, in command_runner comm() File "install.py", line 150, in check_required_packages installed_packages = pip.get_installed_distributions() AttributeError: module 'pip' has no attribute 'get_installed_distributions'

I'm using the steam version. Any idea how to fix it?

will7200 commented 6 years ago

What version of pip are you running?

MMestre23 commented 6 years ago

I'm running 10.0.1. When running the requierements.txt command, it told me to update it from 9 to 10, so I did.

will7200 commented 6 years ago

I believe there was breaking changes in their api for 10 so I will look at it when I get the chance.

MMestre23 commented 6 years ago

Thanks

MMestre23 commented 6 years ago

Any updates on the situation?

will7200 commented 6 years ago

@MMestre23 I fixed this in 66168fb80437e84ba41fec0cbe2499db0d6a4e48 thank you for your patience.