osx tag

5 questions


1 answers
74 views
0
I can't install Lxml on my Mac

Scrapy I need Lxml before installing, but I keep getting errors I checked that libxml2 and libxslt are also brew installed, and both are good.What should I do?In file included from src/lxml/lxml.etree...

1 years ago

1 answers
64 views
0
Analyze https packets with tools such as wireshark in a macos (os x) environment

In the case of http in wireshark, the shape of the request packet response packet (?) is revealed as follows. That's not how https worksI found the above and tried to copy it, but it didn't work well....


1 answers
93 views
0
How do I find out if a shell is 32bit or 64bit with a Python script? (OSX)

How do I find out if the shell is 32bit or 64bit with a Python script in OS X?The platform module has only architectural informationIn fact, 64-bit machines can run both 64-bit and 32-bit, so it's not...

1 years ago

1 answers
98 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

1 years ago

1 answers
94 views
0
Problems with installing psycopg2 in PyCharm

If you do pip install psycopg2 on the console, the installation works, but PyCharm is getting this error, so what's the problem?Error: pg_config executable not found.

1 years ago

© 2024 OneMinuteCode. All rights reserved.