thahmann / macleod

Ontology development environment for Common Logic (CL)
Other
22 stars 9 forks source link

issues running macleod with python3 (python2 version is ok) #22

Closed carmenchui closed 6 years ago

carmenchui commented 6 years ago

Hi @thahmann / @Fxhnd / @evanmrsampson,

I might be missing some steps here to get macleod running on Python3, just wondering if any of you can help troubleshoot?

The older macleod Python2 scripts I have from 2016 (possibly from this commit or older: https://github.com/thahmann/macleod/tree/fa5c900afdb46b34be85865b07ad68b0a520d09b) run without issues (give or take, there's an I/O logging error on my copy that gets thrown but it doesn't seem to affect anything when I run the scripts for CLIF -> Prover9 translation):

2018-04-02_17-54-19

Here's my current setup:

I'm getting the following error: 2018-04-02_18-10-22

The README lacks instructions on what is needed for the Python3 version (since setup.py is there) so I assumed it was a similar setup with the Python2 version of macleod.. I'm not sure if it's just a result of conflicting python/python3 and pip/pip3 packages or a relative vs. absolute path error that python3 can't find the macleod module.

If you can help out, it'd be greatly appreciated.

Thanks, Carmen

evanmrsampson commented 6 years ago

There are a couple issues w gui_alpha @thahmann / @Fxhnd

These problems also apply to the stuff in tasks as well.

carmenchui commented 6 years ago

Per my discussion with @thahmann last week, I managed to get the most recent commit to run on Python3 on my Mac, so I'll be closing this issue but will post if I come across any issues/errors with the updated GUI.