Mysqlclient requires MS Visual C++ 10.0 which again requires .Net Framework 4
up vote
1
down vote
favorite
Trying to install with pip install mysqlclient
I am installing MysqlClient in Python virtualenv but installation failed with error
It requires MS Visual C++ 10.0
I downloaded it, which again requires .NET Framework 4.
I again downloaded .NET Framework 4, which is giving error that you cannot install .NET Framework 4 as higher version is already installed.
I searched all over the internet there isn't any solution to this problem is available.
python mysql django
add a comment |
up vote
1
down vote
favorite
Trying to install with pip install mysqlclient
I am installing MysqlClient in Python virtualenv but installation failed with error
It requires MS Visual C++ 10.0
I downloaded it, which again requires .NET Framework 4.
I again downloaded .NET Framework 4, which is giving error that you cannot install .NET Framework 4 as higher version is already installed.
I searched all over the internet there isn't any solution to this problem is available.
python mysql django
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
Trying to install with pip install mysqlclient
I am installing MysqlClient in Python virtualenv but installation failed with error
It requires MS Visual C++ 10.0
I downloaded it, which again requires .NET Framework 4.
I again downloaded .NET Framework 4, which is giving error that you cannot install .NET Framework 4 as higher version is already installed.
I searched all over the internet there isn't any solution to this problem is available.
python mysql django
Trying to install with pip install mysqlclient
I am installing MysqlClient in Python virtualenv but installation failed with error
It requires MS Visual C++ 10.0
I downloaded it, which again requires .NET Framework 4.
I again downloaded .NET Framework 4, which is giving error that you cannot install .NET Framework 4 as higher version is already installed.
I searched all over the internet there isn't any solution to this problem is available.
python mysql django
python mysql django
asked 10 hours ago
Daniyal Tariq
2310
2310
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
For some reason, wheels were not built for the most current release, but the previous release has them. Try this:
pip install "mysqlclient==1.3.12"
That will install the previous version, 1.3.12, instead of 1.3.13, which should be fine, unless any of these items are show stoppers: https://github.com/PyMySQL/mysqlclient-python/blob/master/HISTORY.rst#whats-new-in-1313
Good luck!
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
For some reason, wheels were not built for the most current release, but the previous release has them. Try this:
pip install "mysqlclient==1.3.12"
That will install the previous version, 1.3.12, instead of 1.3.13, which should be fine, unless any of these items are show stoppers: https://github.com/PyMySQL/mysqlclient-python/blob/master/HISTORY.rst#whats-new-in-1313
Good luck!
add a comment |
up vote
0
down vote
For some reason, wheels were not built for the most current release, but the previous release has them. Try this:
pip install "mysqlclient==1.3.12"
That will install the previous version, 1.3.12, instead of 1.3.13, which should be fine, unless any of these items are show stoppers: https://github.com/PyMySQL/mysqlclient-python/blob/master/HISTORY.rst#whats-new-in-1313
Good luck!
add a comment |
up vote
0
down vote
up vote
0
down vote
For some reason, wheels were not built for the most current release, but the previous release has them. Try this:
pip install "mysqlclient==1.3.12"
That will install the previous version, 1.3.12, instead of 1.3.13, which should be fine, unless any of these items are show stoppers: https://github.com/PyMySQL/mysqlclient-python/blob/master/HISTORY.rst#whats-new-in-1313
Good luck!
For some reason, wheels were not built for the most current release, but the previous release has them. Try this:
pip install "mysqlclient==1.3.12"
That will install the previous version, 1.3.12, instead of 1.3.13, which should be fine, unless any of these items are show stoppers: https://github.com/PyMySQL/mysqlclient-python/blob/master/HISTORY.rst#whats-new-in-1313
Good luck!
answered 9 hours ago
FlipperPA
6,69922043
6,69922043
add a comment |
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53399716%2fmysqlclient-requires-ms-visual-c-10-0-which-again-requires-net-framework-4%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown