Pymakr - Failed to activate the Pymakr package
-
Pymakr running on Atom 1.25.1 failed to activate on Atom boot with the following error:
The module '\?\C:\Users\Wilkinson.atom\packages\Pymakr\precompiles\serialport-win\build\Release\serialport.node'
was compiled against a different Node.js version using
NODE_MODULE_VERSION 53. This version of Node.js requires
NODE_MODULE_VERSION 54. Please try re-compiling or re-installing
the module (for instance, usingnpm rebuild
ornpm install
)I have tried uninstalling and reinstalling the package in Atom, without success.
Any ideas?
-
@philwilkinson In your traceback I see the 'Pymakr' package folder with a capital, instead of lowercase. This is a known issue (happened after pymakr renamed in v1.2.5).
I just added this to the known issues with the solution in the readme file on the develop branch of the pymakr github. Read it here, at the bottom of the page: https://github.com/pycom/pymakr-atom/tree/develop#any-error-where-the-traceback-contains-atompackagespymakr-with-a-capital-p
Try the solutions listed there and let me know if that fixes your issue.
-
Thanks for the response Seb,
unfortunately this returns the same error.
It also refers me off to this [closed] Github issuealso I note this issue is relevant. Also considered [Closed].
I just removed Atom altogether and reinstalled it, then Pymakr. Same error.
-
@philwilkinson said in Pymakr - Failed to activate the Pymakr package:
C:\Users\Wilkinson.atom\packages\Pymakr\
Can you try deleting the folder
C:\Users\Wilkinson.atom\packages\Pymakr\
and then re-installing pymakr?