oxfordcontrol/TRS.jl

ERROR: could not find project file in package at https://github.com/oxfordcontrol/TRS.jl

KenZhenLin opened this issue · 3 comments

Hi, I got the following error when I was trying to install TRS on Julia 1.4.2, could you please help me? Thanks!

ERROR: could not find project file in package at https://github.com/oxfordcontrol/TRS.jl

Screenshot of the error:

TRS_1 4

Same problem also occurred for the package: "QPnorm.jl" and "GeneralQP.jl". Screenshot of the problem is shown below:

QPnorm_1 4

@KenZhenLin I am having the same issue. I am pretty new to Julia, but this should be an easy fix of updating the TRS.jl repository to include a Project.toml file, which has the main purpose of asserting the dependencies of a package. From my understanding, Julia's package management protocol was adapted at some point in its development. From the lack of response on this, and other open issues, it appears this project has been abandoned. I am going to open a pull request on the project and see if I can get it working, though, if it is abandoned it likely will not be merged. Finger's crossed there aren't a lot of other changes encountered that broke this project.

Hi @danphenderson thanks for the detailed comment.

Indeed, this project was written as part of this paper and has not been updated thereafter.

However, I am more than happy to take a look and perhaps merge pull requests!

Great! Thank you @nrontsis for the quick reply. I could really use this, and so could my professor who shared it with me, in our work. I just forked the main branch and I will get working on it soon.