Open Vaibhav-22-dm opened 2 years ago
I saw that you opened another ticket for ART. That should have all the information you need to make it work. Let me know if that is not the case.
Yes, I had raised the same issue in the ART repository, but they have asked to follow the docker workflow over there. In this repository, two requirements files are added to build the kernels. However, when I tried to install all the packages mentioned in one of those files by creating a virtual environment I got lots of conflicts and errors even though I had a fresh installation of python. I thought that the multiomicspaper repository may have a different way of building the kernels than ART as it has to use OMG and ART both. If that's not the case then I will follow the docker workflow itself. Please let me know if there is some standard way to build both kernels. Thanks for replying to my issue.
I am facing issues to build the two kernels mentioned in the kernel_requirements folder. I suppose both the kernels use a different version of Python because when I tried to install packages directly by running
pip install -r requirements_art_3.6.txt
, too many errors arose. It will be very helpful if it is clarified which version of python is required for which kernel as the requirements seems to be updated two years ago.After failing several times, I installed the Anaconda package manager and installed the following packages -
Python Version(provided by Anaconda) - 3.9.12
After installing all these packages and CPLEX, I successfully ran notebooks A, B, and C but I got stuck at notebook D when I ran the following code cell -
Following is the error that pops up -
I had raised the same issue in the AutomatedRecommendationTool repository. Over there, I got a suggestion to use the provided Docker workflow but as I want to implement the multiomicspaper I need to build the kernels as per the requirements mentioned here.
If it's possible can anyone please help me out to resolve the
ValueError: Unused step method arguments: {'initvals'}
or at least provide a step-by-step guide for the correct installation with required python versions.