[Picture attached] How can I install packages in Python 3.6?

Asked 1 years ago, Updated 1 years ago, 125 views

Hello, how are you? I'm a student who uses Spider as IDLE in Python 3.6. (When I installed Anaconda, it was inside.)

The problem I am currently experiencing is that the package is not being installed I want to install a package called Twitter to analyze social data, but it doesn't work. The command used was pip install twitter. I'll show you a picture.

I tried to run pip install numpy and pip install twitter in the Console, and the following error appeared.

:The following command must be run outside of the IPython shell

So this time, I tried executing the same command in script. Then, an invalid sync error appears this time.

I have no idea what the problem is... I've been holding on to this for three hours, and I'm asking the masters because I think my hair is going to fall out I'd appreciate your help.

ps. I was wondering if it would be okay to run it in 'administrator mode', so I tried it by right-clicking on the icon and making it 'execute in administrator mode', but it didn'

python package install

2022-09-22 20:36

1 Answers

Thank you, Song Inyeop. By any chance, did you mean to run pip install twitter in Python I tried and found an Invalid sync error as shown in the picture below. I would really appreciate it if you could tell me what I did wrong!


2022-09-22 20:36

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.