Visual studio required for pycrypto? [duplicate]
This question already has an answer here:
How do I install PyCrypto on Windows?
19 answers
I am a newbie to Python. So, please be gentle
I tried to install pycrypto to use encryption and deceryption
. I used the Python command pip install pycrypto
. On running the command received the following error:
error: [WinError 3] The system cannot find the path specified: 'C:\Program Files\Microsoft Visual Studio 14.0\VC\PlatformSDK\lib'
1) Since the error refers Microsoft visual studio, does Visual studio have to be installed to install pycrypto? I've verified the path in the system (already have visual studio for C# projects). I've the path - c:Program FilesMicrosoft Visual Studio 14.0vc
, but PlatformSDK folder does not exist
2) c:Program FilesMicrosoft Visual Studio 14.0vc
- May I know why it refers VC?
3) If visual studio not required, what do I've to do fix the error?
Additional info - I've Python 3.7 installed in the machine.
UPDATED: As per Moses answer, Pycryptodome does not require Microsoft Visual C++ and I could install without any issue. But yet to test code against library
python python-3.x pycrypto
marked as duplicate by Jean-François Fabre
StackExchange.ready(function() {
if (StackExchange.options.isMobile) return;
$('.dupe-hammer-message-hover:not(.hover-bound)').each(function() {
var $hover = $(this).addClass('hover-bound'),
$msg = $hover.siblings('.dupe-hammer-message');
$hover.hover(
function() {
$hover.showInfoMessage('', {
messageElement: $msg.clone().show(),
transient: false,
position: { my: 'bottom left', at: 'top center', offsetTop: -7 },
dismissable: false,
relativeToBody: true
});
},
function() {
StackExchange.helpers.removeMessages();
}
);
});
});
Nov 28 '18 at 20:05
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |
This question already has an answer here:
How do I install PyCrypto on Windows?
19 answers
I am a newbie to Python. So, please be gentle
I tried to install pycrypto to use encryption and deceryption
. I used the Python command pip install pycrypto
. On running the command received the following error:
error: [WinError 3] The system cannot find the path specified: 'C:\Program Files\Microsoft Visual Studio 14.0\VC\PlatformSDK\lib'
1) Since the error refers Microsoft visual studio, does Visual studio have to be installed to install pycrypto? I've verified the path in the system (already have visual studio for C# projects). I've the path - c:Program FilesMicrosoft Visual Studio 14.0vc
, but PlatformSDK folder does not exist
2) c:Program FilesMicrosoft Visual Studio 14.0vc
- May I know why it refers VC?
3) If visual studio not required, what do I've to do fix the error?
Additional info - I've Python 3.7 installed in the machine.
UPDATED: As per Moses answer, Pycryptodome does not require Microsoft Visual C++ and I could install without any issue. But yet to test code against library
python python-3.x pycrypto
marked as duplicate by Jean-François Fabre
StackExchange.ready(function() {
if (StackExchange.options.isMobile) return;
$('.dupe-hammer-message-hover:not(.hover-bound)').each(function() {
var $hover = $(this).addClass('hover-bound'),
$msg = $hover.siblings('.dupe-hammer-message');
$hover.hover(
function() {
$hover.showInfoMessage('', {
messageElement: $msg.clone().show(),
transient: false,
position: { my: 'bottom left', at: 'top center', offsetTop: -7 },
dismissable: false,
relativeToBody: true
});
},
function() {
StackExchange.helpers.removeMessages();
}
);
});
});
Nov 28 '18 at 20:05
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
@Tomothy32 set USERPROFILE - This gives myC:userscurrentusername
– Karthick Raju
Nov 28 '18 at 7:13
add a comment |
This question already has an answer here:
How do I install PyCrypto on Windows?
19 answers
I am a newbie to Python. So, please be gentle
I tried to install pycrypto to use encryption and deceryption
. I used the Python command pip install pycrypto
. On running the command received the following error:
error: [WinError 3] The system cannot find the path specified: 'C:\Program Files\Microsoft Visual Studio 14.0\VC\PlatformSDK\lib'
1) Since the error refers Microsoft visual studio, does Visual studio have to be installed to install pycrypto? I've verified the path in the system (already have visual studio for C# projects). I've the path - c:Program FilesMicrosoft Visual Studio 14.0vc
, but PlatformSDK folder does not exist
2) c:Program FilesMicrosoft Visual Studio 14.0vc
- May I know why it refers VC?
3) If visual studio not required, what do I've to do fix the error?
Additional info - I've Python 3.7 installed in the machine.
UPDATED: As per Moses answer, Pycryptodome does not require Microsoft Visual C++ and I could install without any issue. But yet to test code against library
python python-3.x pycrypto
This question already has an answer here:
How do I install PyCrypto on Windows?
19 answers
I am a newbie to Python. So, please be gentle
I tried to install pycrypto to use encryption and deceryption
. I used the Python command pip install pycrypto
. On running the command received the following error:
error: [WinError 3] The system cannot find the path specified: 'C:\Program Files\Microsoft Visual Studio 14.0\VC\PlatformSDK\lib'
1) Since the error refers Microsoft visual studio, does Visual studio have to be installed to install pycrypto? I've verified the path in the system (already have visual studio for C# projects). I've the path - c:Program FilesMicrosoft Visual Studio 14.0vc
, but PlatformSDK folder does not exist
2) c:Program FilesMicrosoft Visual Studio 14.0vc
- May I know why it refers VC?
3) If visual studio not required, what do I've to do fix the error?
Additional info - I've Python 3.7 installed in the machine.
UPDATED: As per Moses answer, Pycryptodome does not require Microsoft Visual C++ and I could install without any issue. But yet to test code against library
This question already has an answer here:
How do I install PyCrypto on Windows?
19 answers
python python-3.x pycrypto
python python-3.x pycrypto
edited Nov 28 '18 at 7:12
Karthick Raju
asked Nov 28 '18 at 6:21
Karthick RajuKarthick Raju
460113
460113
marked as duplicate by Jean-François Fabre
StackExchange.ready(function() {
if (StackExchange.options.isMobile) return;
$('.dupe-hammer-message-hover:not(.hover-bound)').each(function() {
var $hover = $(this).addClass('hover-bound'),
$msg = $hover.siblings('.dupe-hammer-message');
$hover.hover(
function() {
$hover.showInfoMessage('', {
messageElement: $msg.clone().show(),
transient: false,
position: { my: 'bottom left', at: 'top center', offsetTop: -7 },
dismissable: false,
relativeToBody: true
});
},
function() {
StackExchange.helpers.removeMessages();
}
);
});
});
Nov 28 '18 at 20:05
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
marked as duplicate by Jean-François Fabre
StackExchange.ready(function() {
if (StackExchange.options.isMobile) return;
$('.dupe-hammer-message-hover:not(.hover-bound)').each(function() {
var $hover = $(this).addClass('hover-bound'),
$msg = $hover.siblings('.dupe-hammer-message');
$hover.hover(
function() {
$hover.showInfoMessage('', {
messageElement: $msg.clone().show(),
transient: false,
position: { my: 'bottom left', at: 'top center', offsetTop: -7 },
dismissable: false,
relativeToBody: true
});
},
function() {
StackExchange.helpers.removeMessages();
}
);
});
});
Nov 28 '18 at 20:05
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
@Tomothy32 set USERPROFILE - This gives myC:userscurrentusername
– Karthick Raju
Nov 28 '18 at 7:13
add a comment |
@Tomothy32 set USERPROFILE - This gives myC:userscurrentusername
– Karthick Raju
Nov 28 '18 at 7:13
@Tomothy32 set USERPROFILE - This gives my
C:userscurrentusername
– Karthick Raju
Nov 28 '18 at 7:13
@Tomothy32 set USERPROFILE - This gives my
C:userscurrentusername
– Karthick Raju
Nov 28 '18 at 7:13
add a comment |
1 Answer
1
active
oldest
votes
I think Dave's answer answer may help you get past the installation problem you are facing. As for alternatives to pycrypto on Python 3.7, you could try PyCryptodome
I can not Microsoft Visual C++ 14.0 as I do not have control for installation. Thank you for PyCryptodome. I installed it. I am trying to see the feature difference of Pycrytpo and Pycrytpodome. Can you provide some details on it?
– Karthick Raju
Nov 28 '18 at 7:10
PyCryptodome is a fork of PyCrypto. It is actively maintained and has all the functions provided by PyCrypto. It has been tested on Windows with Python 3.5. Have a look at the documentation.
– Moses
Nov 28 '18 at 8:19
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I think Dave's answer answer may help you get past the installation problem you are facing. As for alternatives to pycrypto on Python 3.7, you could try PyCryptodome
I can not Microsoft Visual C++ 14.0 as I do not have control for installation. Thank you for PyCryptodome. I installed it. I am trying to see the feature difference of Pycrytpo and Pycrytpodome. Can you provide some details on it?
– Karthick Raju
Nov 28 '18 at 7:10
PyCryptodome is a fork of PyCrypto. It is actively maintained and has all the functions provided by PyCrypto. It has been tested on Windows with Python 3.5. Have a look at the documentation.
– Moses
Nov 28 '18 at 8:19
add a comment |
I think Dave's answer answer may help you get past the installation problem you are facing. As for alternatives to pycrypto on Python 3.7, you could try PyCryptodome
I can not Microsoft Visual C++ 14.0 as I do not have control for installation. Thank you for PyCryptodome. I installed it. I am trying to see the feature difference of Pycrytpo and Pycrytpodome. Can you provide some details on it?
– Karthick Raju
Nov 28 '18 at 7:10
PyCryptodome is a fork of PyCrypto. It is actively maintained and has all the functions provided by PyCrypto. It has been tested on Windows with Python 3.5. Have a look at the documentation.
– Moses
Nov 28 '18 at 8:19
add a comment |
I think Dave's answer answer may help you get past the installation problem you are facing. As for alternatives to pycrypto on Python 3.7, you could try PyCryptodome
I think Dave's answer answer may help you get past the installation problem you are facing. As for alternatives to pycrypto on Python 3.7, you could try PyCryptodome
answered Nov 28 '18 at 7:01
MosesMoses
31129
31129
I can not Microsoft Visual C++ 14.0 as I do not have control for installation. Thank you for PyCryptodome. I installed it. I am trying to see the feature difference of Pycrytpo and Pycrytpodome. Can you provide some details on it?
– Karthick Raju
Nov 28 '18 at 7:10
PyCryptodome is a fork of PyCrypto. It is actively maintained and has all the functions provided by PyCrypto. It has been tested on Windows with Python 3.5. Have a look at the documentation.
– Moses
Nov 28 '18 at 8:19
add a comment |
I can not Microsoft Visual C++ 14.0 as I do not have control for installation. Thank you for PyCryptodome. I installed it. I am trying to see the feature difference of Pycrytpo and Pycrytpodome. Can you provide some details on it?
– Karthick Raju
Nov 28 '18 at 7:10
PyCryptodome is a fork of PyCrypto. It is actively maintained and has all the functions provided by PyCrypto. It has been tested on Windows with Python 3.5. Have a look at the documentation.
– Moses
Nov 28 '18 at 8:19
I can not Microsoft Visual C++ 14.0 as I do not have control for installation. Thank you for PyCryptodome. I installed it. I am trying to see the feature difference of Pycrytpo and Pycrytpodome. Can you provide some details on it?
– Karthick Raju
Nov 28 '18 at 7:10
I can not Microsoft Visual C++ 14.0 as I do not have control for installation. Thank you for PyCryptodome. I installed it. I am trying to see the feature difference of Pycrytpo and Pycrytpodome. Can you provide some details on it?
– Karthick Raju
Nov 28 '18 at 7:10
PyCryptodome is a fork of PyCrypto. It is actively maintained and has all the functions provided by PyCrypto. It has been tested on Windows with Python 3.5. Have a look at the documentation.
– Moses
Nov 28 '18 at 8:19
PyCryptodome is a fork of PyCrypto. It is actively maintained and has all the functions provided by PyCrypto. It has been tested on Windows with Python 3.5. Have a look at the documentation.
– Moses
Nov 28 '18 at 8:19
add a comment |
@Tomothy32 set USERPROFILE - This gives my
C:userscurrentusername
– Karthick Raju
Nov 28 '18 at 7:13