-
Notifications
You must be signed in to change notification settings - Fork 15
python x86 does not run with win x64 #72
Comments
Why OASP4js needs Python ? Tomasz 2015-08-26 10:16 GMT+02:00 Malte Brunnlieb [email protected]:
|
During npm install, there are package, which need to be rebuilt by using python. Otherwise, you will see a lot errors on your console as python could not be started successfully. I had a look at this issue as in the latest trainings, we have seen a lot npm install problems and I want to get rid of at least the ones, I can reproduce. |
Errors are being produced because some optional dependencies failed(please 2015-08-26 11:01 GMT+02:00 Malte Brunnlieb [email protected]:
|
yes, as I said. It is still ok. |
We currently follow the approach to distribute software packages in x86 architecture to not break backward compatibility to those, who did not upgrade to x64.
Unfortunately, this does not work with python. We need python 2.7 for OASP4JS npm setup to work properly. But the currently distributed x86 version does not work on win x64.
We have two options:
The text was updated successfully, but these errors were encountered: