-
Notifications
You must be signed in to change notification settings - Fork 10
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
Pmetrics installation #247
Comments
Hi, Thanks for reaching out
Could you please provide us with the whole error message? That way I can
try to figure it out.
*__________________________*
Electronic Engineer
PhD in Electronic Engineering and Computer Sciences.
Researcher at LAPKB - CHLA/USC
…On Tue, Dec 10, 2024 at 5:03 PM Amitkolhe21 ***@***.***> wrote:
I am trying to install Pmetrics but I am gettinh this error:
Warning message:
In i.p(...) :
installation of package
‘C:/Users/salma/AppData/Local/Temp/RtmpaIkrwB/file1d1c188f4ebf/Pmetrics_2.1.1.tar.gz’
had non-zero exit status
Can you help me?
@mnneely <https://github.com/mnneely>
—
Reply to this email directly, view it on GitHub
<#247>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHZYHQIM3EDRDDKKJUD4ND2E4NGPAVCNFSM6AAAAABTLUCM7OVHI2DSMVQWIX3LMV43ASLTON2WKOZSG4ZTANRYGM2TSNI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
12 errors generated.
|
I've shared the whole error message, can you help me with that? @Siel |
The error says that you don’t have the right building tools in your system
to compile one of Pmetrics dependencies. Are you using windows? If so, have
you installed rtools? If you are using Linux/Mac make sure you have make
and a c++ compiler installed.
Please let me know how it goes
…On Thu, Dec 12, 2024 at 1:32 AM Amitkolhe21 ***@***.***> wrote:
I've shared the whole error message, can you help me with that? @Siel
<https://github.com/Siel>
—
Reply to this email directly, view it on GitHub
<#247 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHZYHTGWR6YYRCCFOHPRZ32FDRR5AVCNFSM6AAAAABTLUCM7OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMZXGU2DSMJUGA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I understand. Now the error you are seeing is related to the building process of one of pmetrics internal dependencies (knn.cpp) I suppose you also have a working cpp compiler. I think your error might be related to #215. It is a problem only affecting newer MacOS systems and the solution is at the end of that thread. |
I was expecting the error to be more verbose. As you can see in the issue I linked, the final error is the same but the compilation process gives more information as it fails. By the way, when writing the Makevars file, make sure you point it to the right version of the c++ compiler on your system (I usually use gcc) |
If that does not work I could point you to some specific branch of Pmetrics that does not use that dependency anymore. |
Siel, I followed the steps from the the above solution #215, but still I'm facing issue in installing the Pmetrics,
|
I am trying to install Pmetrics but I am gettinh this error:
Warning message:
In i.p(...) :
installation of package ‘C:/Users/salma/AppData/Local/Temp/RtmpaIkrwB/file1d1c188f4ebf/Pmetrics_2.1.1.tar.gz’ had non-zero exit status
Can you help me?
@mnneely
The text was updated successfully, but these errors were encountered: