ip tag

56 questions


1 answers
128 views
0
pg_config executable not found error

I want to install psycopg2, but I keep getting errorsIf you do pip install psycopg2 in the command window, Error: pg_config executable not found.Please add the directory containing pg_config to the PA...

2 years ago

2 answers
99 views
0
I have a question while studying TCP/IP.

My question is two.I found out by researching that the name tcp/ip itself does not refer to a specific protocol, but to a word that refers to the whole. And there are about 100 protocols in the TCP/IP...

2 years ago

1 answers
123 views
0
Which flag should I use to see all the packages that can be downloaded from pip?

Which flag should I use to view the entire package that can be pipinstall? I searched all the pip option in English, but I couldn't find it.

2 years ago

1 answers
112 views
0
How do I install pip on OSX?

How do I install pip in OS X?I've been looking all day, but I don't know how to do it ㅜㅜHelp me

2 years ago

1 answers
89 views
0
During django installation with cmd, an error appears and cannot be installed.

I want to install Python and django.Installation continues to fail with an error related to pip version. The same error appears when I try the pip upgrade command as shown below.I have no idea what th...

2 years ago

1 answers
132 views
0
Network (programming) Study book questions

I was recommended a good book when studying tcp/ip socket and network programmingThe books areThis is.What are the advantages and disadvantages of each book in studying for beginners?Also, in the case...

2 years ago

1 answers
168 views
0
I keep getting errors when installing pip

I always get this error when I say pip install -r requirements.txt. Please help me.

2 years ago

1 answers
131 views
0
How do I install psycopg2 with pip?

You must install psycopg2 in virtualenv.pip install http://pypi.python.org/packages/source/p/psycopg2/psycopg2-2.4.tar.gz#md5=24f4368e2cfdc1a2b03282ddda814160It's installed withI don't know what's wro...


1 answers
108 views
0
It is searched on the pip list, but it is not visible when importing.

Create and install user packagesPip list provides a good view of the installed packages.And if you import from Python code, you should see the name of the installed packageI can't see it. Please tell ...

pip
2 years ago

2 answers
63 views
0
Error when installing offline whl

I'm trying to install a package on a PC that doesn't have an Internet connection like the title.Of course, pip install xxx on PCs with Internet access.You can do it like this.Master, please make a mov...

2 years ago
« - 5 - »

© 2024 OneMinuteCode. All rights reserved.