opcode81 / ProbCog

A toolbox for statistical relational learning and reasoning.
GNU General Public License v3.0
101 stars 26 forks source link

Problem related to ConfigurePOM.PY #20

Closed anjumm closed 5 years ago

anjumm commented 5 years ago

Dear ProbCog Team,

Hi. Hope you are doing well.

I am trying to install ProbCog but facing this issue.

File "C:\Users\Anjum Malik\Desktop\ProbCog-master\configurePOM.py", line 27 print "Failed to detect architecture. Please provide one of the following as an argument:\n %s" % ", ".join(archs)

Can you try to help me related with this. Awaiting your response.

Regards,

Anjum

opcode81 commented 5 years ago

Dear Anjum, please provide the full stack trace. Just to make sure, are you using Python 2.7? If so, which platform/OS are you on?

tpacker commented 5 years ago

FWIF, I had the same problem on Mac and got past it by simply hard-coding my platform string in the python script.

hiraad commented 5 years ago

this worked for me, just had to downgrade my python to 2.7 . thanks for the quick reply.