Hello I was wondering how can install discord.py on pythonista. I am very new to coding and this is how I want to start off. Do i install it through the console or where I code the bot?. It would be greatly appreciated if you can help me.
Forum Archive
How to install discord.py on pythonista
https://forum.omz-software.com/topic/6808/discord-py
@ccc thank you for your reply
@ccc I need some assistance on something I am almost done installing all the modules but I am confused on this. It says
module "attr" has no attribute 's'
Please provide the full error message, not just the last line.
Try
```
import attr
print(attr.file)
@JonB where do should I do this? should I do it in attr.py?
@ccc https://imgur.com/a/wAgRs7i here You can see the whole thing on this
I was asking for the text that is under the box with the two arrows in the upper right corner of the window.
You can run @JonB's code in the Python REPL. We suspect that it will show you the path to a file in the local directory called attr.py and its presence is preventing Python from finding a second file with the same name in the package. If this is the case, then rename the local file and try again.