Hi everyone, some one have had this problem with the file run.py?
I don麓t find information about how to fix it,
I would appreciate any help.

Give this a try dude
sudo pip install yowsup2 --upgrade
Hi @davidsilveiro, it works, now the bot is working, but now I have the problem of incomplite messages issue #1356, and I already did the fix but it doesn麓t work
because you installed via pip, it is no longer dependent on that folder. you should learn some basic unix/python at first and why give yowsup sudo rights? why try to use python commands in shell?
do this:
$ cd
$ cd yowsup
$ python2 yowsup-cli (additional parameters)
now it is starting in your folder. if you changed files within the yowsup folder, these changes are now working...
@MauricioAHM you must download the bot and get back up
@MauricioAHM apply the fix and install in the system (sudo python setup.py) or use a non-systemic solution as @k-freeman proposed.
Most helpful comment
because you installed via pip, it is no longer dependent on that folder. you should learn some basic unix/python at first and why give yowsup sudo rights? why try to use python commands in shell?
do this:
now it is starting in your folder. if you changed files within the yowsup folder, these changes are now working...