Skip to content
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

Version conflicts when installing in ubuntu #33

Open
Deval99 opened this issue Mar 24, 2021 · 9 comments
Open

Version conflicts when installing in ubuntu #33

Deval99 opened this issue Mar 24, 2021 · 9 comments

Comments

@Deval99
Copy link

Deval99 commented Mar 24, 2021

i used "pip3 install moodlemlbackend" for installation of moodlemlbackend.
But it said Tensorflow version 1.14 is required (Which is older version, and supported by pip2)

So i used "pip2 install moodlemlbackend" instead. But then i got error, it requires scikit-learn 0.21 (Which is a newer version, supported by pip3)

@Parneet786
Copy link

i used "pip3 install moodlemlbackend" for installation of moodlemlbackend.
But it said Tensorflow version 1.14 is required (Which is older version, and supported by pip2)

So i used "pip2 install moodlemlbackend" instead. But then i got error, it requires scikit-learn 0.21 (Which is a newer version, supported by pip3)

Hi did you get any solution to this so far coz i am also sailing on the same boat

@Deval99
Copy link
Author

Deval99 commented Jun 15, 2021

i used "pip3 install moodlemlbackend" for installation of moodlemlbackend.
But it said Tensorflow version 1.14 is required (Which is older version, and supported by pip2)
So i used "pip2 install moodlemlbackend" instead. But then i got error, it requires scikit-learn 0.21 (Which is a newer version, supported by pip3)

Hi did you get any solution to this so far coz i am also sailing on the same boat

Nop.

@douglasbagnall
Copy link
Contributor

What version of moodlemlbackend is it trying to install?

I don't think python2/pip2 is going to work.

I usually install this way:
https://github.com/moodlehq/moodle-mlbackend-python/blob/master/INSTALL-venv.md

@Parneet786
Copy link

Parneet786 commented Jun 16, 2021 via email

@danmarsden
Copy link
Contributor

you are probably on your own then. I wouldn't be surprised if you were the first person to try and install Moodle's mlbackend on a windows O/S. - Good luck.

@brianlmerritt
Copy link

@Parneet786 if it helps, installation is probably best performed in a python virtual environment, such as conda (anaconda navigator includes this) or using a linux environment hosted on your windows pc using something like virtualbox.

@Parneet786
Copy link

Parneet786 commented Jun 16, 2021 via email

@brianlmerritt
Copy link

If you use conda / anaconda navigator then usual it is something like /Users/yourname/anaconda3/envs/nameofenvironment and then choose the appropriate version of python (usually in bin)

@ilyatregubov
Copy link
Contributor

I wonder if we should close the issue. @Deval99 - have you managed to install mlbackend or still having problems?

@Parneet786 if you still have not found a solution I would open a separate issue with relevant name otherwise it is confusing to see Ubuntu in title but the actual issue is for Windows

Cheers,
Ilya

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants