We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Dear Rob,
I am having problems with the installation of Camoco. I use the following command:
$ pip install numpy $ git clone https://github.com/LinkageIO/Camoco.git $ cd Camoco $ python setup.py install
but I get this error:
$ error: pandas 0.23.4 is installed but pandas>=0.25 is required by {'statsmodels'}
I checked my pandas version with pip list, and I get pandas 1.4.0. So I don't understand why I can not install it.
I didn't could installed with pip camoco neither, please can you help me with this?
(I am using xubuntu 20, with python 3.8.10)
Thanks
Sofia
The text was updated successfully, but these errors were encountered:
After spending some time I have successfully built camoco in a separate conda environment. It was not trivial. Please see my gist: https://gist.github.com/comcon1/b31cc95dd125b14aa2f58dc4c406c723
Sorry, something went wrong.
No branches or pull requests
Dear Rob,
I am having problems with the installation of Camoco.
I use the following command:
$ pip install numpy
$ git clone https://github.com/LinkageIO/Camoco.git
$ cd Camoco
$ python setup.py install
but I get this error:
$ error: pandas 0.23.4 is installed but pandas>=0.25 is required by {'statsmodels'}
I checked my pandas version with pip list, and I get pandas 1.4.0. So I don't understand why I can not install it.
I didn't could installed with pip camoco neither, please can you help me with this?
(I am using xubuntu 20, with python 3.8.10)
Thanks
Sofia
The text was updated successfully, but these errors were encountered: