This is a python mac installation problem.

Asked 2 years ago, Updated 2 years ago, 152 views

I'm currently using Python on my Mac. I am using 2.7 versions, 3.5.0 versions, and 3.6.1 versions. By the way, modules are installed normally in 2.7 and 3.5.0 through pip and pip3 options.

The problem is that the module cannot be installed in python 3.6.1 version. Like installing a module through pip on Windows Even on Mac, you enter 3.6.1 folder and enter sudo pip3.6 install module.3 Setup will not succeed.

I had no choice but to copy and paste the module package file stored in version 3.5.0 into version 3.6.1 Module is not loaded.

How do I install modules in Python 3.6.1 version? For your information, the module that I'm trying to install is httplib2, requests, It's simplejson and so on.

mac python3.6.1

2022-09-22 19:39

1 Answers

https://stackoverflow.com/questions/34803040/how-to-run-pip-of-different-version-of-python-using-python-command

You can pip install it in Python 3.6.1 version. Sometimes, the pip itself gets twisted and the taste goes bad. In that case, use the Python environmental variable that you want to install What was it? Don't you remember? Ahhhhhhhhhhhhhhhhhhh.. It's M, N, N If you search with an error name, pip --install There are some options, and I remember that was probably the command to reinstall pip. I remember it was working properly.


2022-09-22 19:39

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.