Closed annazhukova closed 7 years ago
Hi Anna
We have been developing a python3 version and will come out with a release in the next day or two. In the meantime, you can easily get to it, by switching branches in git.
First, move to the git repository, and then switch branch:
cd PyFBA
git checkout python3
and then run the tests:
nosetests-3.5 PyFBA/tests/
python3.5 setup.py test
Please let us know if that works.
Rob
Hi Rob,
Thank you very much for your quick reply. I have switched to the python3 branch and everything works now.
Cheers, Anna
Dear PyFBA developers,
Does PyFBA work with Python 3? When I try to install it from PyPI:
or clone from github and run tests
I get the same following error:
Thanks, Anna