-
Notifications
You must be signed in to change notification settings - Fork 167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compile errors / Can't install package #113
Comments
Hey, I am facing the same exact issue on an Amazon Linux. Did you manage to get past this issue? |
Facing same issue on Amazon Linux. |
Currently it doesn't compile with node versions > 12. So if it is an option for you downgrade to node 12 LTS and it should compile. |
It looks like this is an issue with upstream ZeroMQ, rather than with ZeroRPC directly, right? To confirm: are you able to successfully install/load ZeroMQ? If that is in fact the issue, I imagine it would be fixed by updating the (rather outdated) ZMQ dependency, which is underway in #111 |
I have the same issue (albeit with more updated systems: macOS 11.0.1 and Node v14.17.1). Do you happen to know if the current code for |
Hmm. I am seeing the same exact problem in the simple zerorpc install. Can someone help me here please?If this is still unresolved, can someone recommend what I need to roll back or work arounds? Log snippet:
Platform info:
Towards the end of the npm install log file
The following command worked: npm install zeromq@5 up to date, audited 158 packages in 991ms but followed by |
What are the options if we can not revert to node 12 version. |
I may have a lead: forcing
Basically build zeromq on your own, and then force Zerorpc to use this version. Then I hit an issue with Webpack: zeromq/zeromq.js#384 |
Having the exact same problem after upgrading Node-gyp, so then I tried downgrading NodeJS to 12 LTS and the problem still persists. I've been working at this for weeks and still can't find a solution. I have every version of VS from 2015 up installed with the desktop build tools, zeromq installs perfectly fine, its just zerorpc giving me consistent issues, even on different machines. |
zerorpc doesn't do anything special with regard to how npm/yarn install
dependencies. Is it because the version of the zmq package that zerorpc
wants fails to compile? You can always attempt to modify the list of
dependencies and see how it goes.
…On Fri, 1 Apr 2022, 04:31 Abe Naisent, ***@***.***> wrote:
Having the exact same problem after upgrading Node-gyp, so then I tried
downgrading NodeJS to 12 LTS and the problem still persists. I've been
working at this for weeks and still can't find a solution. I have every
version of VS from 2015 up installed with the desktop build tools, zeromq
installs perfectly fine, its just zerorpc giving me consistent issues, even
on different machines.
—
Reply to this email directly, view it on GitHub
<#113 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABUZDCLAYLPIFGNPWOJLZ3VC3M73ANCNFSM4P33ZKDQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
package.json:
npm i
Ubuntu 18.04
node v14.5.0
python --version
: 2.7.17The text was updated successfully, but these errors were encountered: