Closed matteodefelice closed 1 year ago
@matteodefelice , thanks for flagging. I am currently testing it. Will circle back at you as soon as I fix.
@matteodefelice , can you once try to run GenX from the Develop
branch and report to me what you get? If the problem still persists, I will resolve it on Develop first, and then merge into main with the next patch release and circle back at you.
I get the same identical error.
Could you try deleting OrdinaryDiffEq entirely from the requirements in Project.toml
? I'm fairly certain that we don't actually need it.
You'll also have to delete the following line in GenX.jl
using OrdinaryDiffEq
And also delete the Manifest.toml and start the build from scratch again. I am testing a PR, should be putting in if it runs good without the OrdinaryDiffEq
If I remove it the error becomes:
ERROR: Unsatisfiable requirements detected for package StatsBase [2913bbd2]:
@matteodefelice did you do a fresh build (i.e. delete the old Manifest.toml) and also delete the using OrdinaryDiffEq
line from GenX.jl before building? Also, when you're trying to run from either the main or the Develop branch, please do a git pull first to get all the recent changes, and then do a fresh build. Please let me know, if that works. If it doesn't, then I'll spend some more time to see where things might be going wrong.
unfortunately, it doesn't. I have tried both in main
and in Develop
, editing both the files but nothing.
PR # 282 will fix this issue, when merged
This issue is now fixed.
I have just tried to install
GenX
on my WSL (Ubuntu 20.04). I have cloned the repository and installed Julia with anaconda. Then I followed the steps specified in the Readme:GenX
folderjulia --project=.
instantiate
Then I receive this error:
If I type
st
I get:I had the same issue with Julia 1.6, 1.7 and 1.8. Any ideas on how to fix this?