-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No matching distribution found for tsp_2opt #1
Comments
I added a setup.py in a fork of your repo, crediting you. I can now install the library using I built the lib.rs library using
I can't figure out how to use those 2 files. I know python well, and a bit of Rust, but i'm not familiar with python bindings in Rust. Hope you'll be able to help :) |
Something else: I saw in cargo.toml that this library is intended for OS X? Is it only tested for OS X or are there libs used that can only work for OS X? |
Hello Nicolas,
Thank you for your interest and contribution, indeed this was tested on OS X only and hasn't been maintained in a while.
I'm sorry I do not have time at the moment to get deeper into your problem, I will come back to it when I have more time.
Best,
Mehdi
…________________________________
From: NicolasMICAUX ***@***.***>
Sent: Wednesday, July 12, 2023 14:45
To: mehdibnc/TSP2opt ***@***.***>
Cc: Subscribed ***@***.***>
Subject: Re: [mehdibnc/TSP2opt] No matching distribution found for tsp_2opt (Issue #1)
Something else: I saw in cargo.toml that this library is intended for OS X? Is it only tested for OS X or are there libs used that can only work for OS X?
The compilation went fine on my Ubuntu machine.
—
Reply to this email directly, view it on GitHub<#1 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AGPXTXSDK3CMNK7IMX4EO6TXP2MANANCNFSM6AAAAAA2HL6XSE>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
No problem. I used another library written in C++ that supports 2opt and is fast. |
Did
$ pip install tsp_2opt ERROR: Could not find a version that satisfies the requirement tsp_2opt (from versions: none) ERROR: No matching distribution found for tsp_2opt
as stated here https://pypi.org/project/tsp_2opt/
Has the name changed?
I also tried:
%pip install git+https://github.com/mehdibnc/TSP2opt
The text was updated successfully, but these errors were encountered: