Open LisaAndersen opened 8 years ago
Hi, I'm currently on hollidays, but I'll try tout reproduce your issue once i'm back.
Regards
Le ven. 9 sept. 2016 14:13, LisaAndersen notifications@github.com a écrit :
Hi - I have tried alot to install this osm4routing - but I seem to fail somewhere. I have install all required programs - I am running in Linux mint. This is what I get as error when using install:
File "build/bdist.linux-x86_64/egg/setuptools/command/install.py", line 101, in do_egg_install File "build/bdist.linux-x86_64/egg/setuptools/command/easy_install.py", line 342, in run
File "build/bdist.linux-x86_64/egg/setuptools/command/easy_install.py", line 562, in easy_install
File "build/bdist.linux-x86_64/egg/setuptools/command/easy_install.py", line 613, in install_item
File "build/bdist.linux-x86_64/egg/setuptools/command/easy_install.py", line 659, in process_distribution
TypeError: init() takes exactly 2 arguments (4 given)
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Tristramg/osm4routing/issues/17, or mute the thread https://github.com/notifications/unsubscribe-auth/AAAvy2ArjTnOxZQSzjtrMt_VzAjBUy6Uks5qoU1VgaJpZM4J4-_Z .
Hello,
Actually the whole project is a mess, with mixed python and C++. I’ve made a rewrite in rust, to be easier to run (and better performance).
If you just wanted CSV exports, cargo install osm4routing
should be enough.
The project is hosted at https://github.com/Tristramg/osm4routing2
If you have any other specific need, please tell me and I’ll see what I can do
Sorry I wrote my own parser in java But thank you for the help Den 20/10/2016 14.46 skrev "Tristram Gräbener" notifications@github.com:
Hello,
Actually the whole project is a mess, with mixed python and C++. I’ve made a rewrite in rust, to be easier to run (and better performance). If you just wanted CSV exports, cargo install osm4routing should be enough.
The project is hosted at https://github.com/Tristramg/osm4routing2
If you have any other specific need, please tell me and I’ll see what I can do
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Tristramg/osm4routing/issues/17#issuecomment-255095643, or mute the thread https://github.com/notifications/unsubscribe-auth/AP5dHb4m4OMB8c4MR59u8Q_Qp8QKFE3tks5q12KmgaJpZM4J4-_Z .
You can fix this by installing pip install setuptools-git==1.2
Hi - I have tried alot to install this osm4routing - but I seem to fail somewhere. I have install all required programs - I am running in Linux mint. This is what I get as error when using install:
File "build/bdist.linux-x86_64/egg/setuptools/command/install.py", line 101, in do_egg_install File "build/bdist.linux-x86_64/egg/setuptools/command/easy_install.py", line 342, in run
File "build/bdist.linux-x86_64/egg/setuptools/command/easy_install.py", line 562, in easy_install
File "build/bdist.linux-x86_64/egg/setuptools/command/easy_install.py", line 613, in install_item
File "build/bdist.linux-x86_64/egg/setuptools/command/easy_install.py", line 659, in process_distribution
TypeError: init() takes exactly 2 arguments (4 given)