DorskFR / LeaguePyBot

A Python computer vision bot for League Of Legends

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

from LPBv2.bot import LeaguePyBot ModuleNotFoundError: No module named 'LPBv2' >>>

renanpick opened this issue · comments

from LPBv2.bot import LeaguePyBot

ModuleNotFoundError: No module named 'LPBv2'

https://github.com/DorskFR/LeaguePyBot/wiki

Set Python PATH (How to set Python PATH)

export PYTHONPATH="$PWD:$PYTHONPATH"
cd LPBv2/

where execute is command?

https://github.com/DorskFR/LeaguePyBot/wiki

Set Python PATH (How to set Python PATH)

export PYTHONPATH="$PWD:$PYTHONPATH"
cd LPBv2/

?
where do i put this