Open wqp89324 opened 6 years ago
It's currently only set up for Python 2 due to some limitations of one of the libraries we are using (bw2python
). There's largely nothing else Python 2 specific in the repository, so as long as you are not using the XBOS-specific components, then you should be able to convince it to run under Python3. I can keep the Python3 compatibility in mind in the next version of this package (with updated documentation, etc...)
The python-ifc external library is also in Python 2?
Looking at one of the files, it seems to be Python 2, but I think you could probably get it working under Python3 using a tool such as 2to3
I have errors running: python setup.py install Does this only work in Python 2?