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

When installing the mpunet package, an error is reported to indicate that the tf-gpu version needs to be installed. #17

Closed
TL730 opened this issue May 20, 2021 · 2 comments

Comments

@TL730
Copy link

TL730 commented May 20, 2021

After downloading the code package to the computer, PIP is installed locally and some packages are installed.

When installing the mpunet package, an error is reported to indicate that the tf-gpu version needs to be installed. I don't know how to solve it.

I don't use GPU. Do I have to use it? It's said in the readme that it can't be used.

It seems that there are conflicts related to environment dependence. Some packages require higher version, while others require lower version.

@perslev
Copy link
Owner

perslev commented May 20, 2021

Hi TL730,

I've noticed this recently as well. I have uploaded a new requirements.txt file and install instructions which should circumvent the issue at least for now. Please let me know if it works for you. Specifically, you now run the following commands instead:

git clone https://github.com/perslev/U-Time.git
conda env create --file U-Time/environment.yaml
conda activate u-sleep
pip install mpunet==0.2.11 --no-deps
pip install U-Time/

Cheers,
Mathias

@TL730
Copy link
Author

TL730 commented May 20, 2021

Thank you for your reply. I'll try again. Then I'll tell you the result.

@TL730 TL730 closed this as completed May 24, 2021
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

2 participants