jiupinjia / SkyAR

Official Pytorch implementation of the preprint paper "Castle in the Sky: Dynamic Sky Replacement and Harmonization in Videos", in arXiv:2010.11800.
https://jiupinjia.github.io/skyar/
2.01k stars 248 forks source link

Can't install Requirements.txt #5

Closed LWJerri closed 3 years ago

LWJerri commented 3 years ago

Hello! I have a problem with installing Requirements.txt. I can't correctly install modules and every time gets an error.

cql1983 commented 3 years ago

I use pip3 install -r Requirements.txt ,install is correct .

jiupinjia commented 3 years ago

Hello! I have a problem with installing Requirements.txt. I can't correctly install modules and every time gets an error.

  • scipy send No lapack/blas resources found. and other libraries. Can you send a list of all commands for pretty installing? To install all modules I'm using pip install Requirements.txt.

Hi, sorry for the late reply. What system are you using? Also, can you show me a more detailed error report?

LWJerri commented 3 years ago

Hello! I have a problem with installing Requirements.txt. I can't correctly install modules and every time gets an error.

  • scipy send No lapack/blas resources found. and other libraries. Can you send a list of all commands for pretty installing? To install all modules I'm using pip install Requirements.txt.

Hi, sorry for the late reply. What system are you using? Also, can you show me a more detailed error report?

I'm using Windows 10.

image image

jiupinjia commented 3 years ago

I am still trying to figure out what is behind your problem. If there is any progress, I will give you feedback in time. I have created a Colab runtime that you can test where the dependencies are already installed. You can try on the colab first if you want.

getbirra commented 3 years ago

Hello! I have a problem with installing Requirements.txt. I can't correctly install modules and every time gets an error.

  • scipy send No lapack/blas resources found. and other libraries. Can you send a list of all commands for pretty installing? To install all modules I'm using pip install Requirements.txt.

Hi, sorry for the late reply. What system are you using? Also, can you show me a more detailed error report?

I'm using Windows 10.

image image

This works with anaconda in windows 10.

jiupinjia commented 3 years ago

I'm using Windows 10.

Can you try to install anaconda first? Also, thank getbirra for his/her suggestion.

LWJerri commented 3 years ago

I'm using Windows 10.

Can you try to install anaconda first? Also, thank getbirra for his/her suggestion.

Okay, thanks.

jiupinjia commented 3 years ago

Hi @LWJerri, have you solved your installation problem? I'm closing this issue. Please feel free to reach out to me if you have any further problems.

LWJerri commented 3 years ago

Hi @LWJerri, have you solved your installation problem? I'm closing this issue. Please feel free to reach out to me if you have any further problems.

My problem isn't solved.

jiupinjia commented 3 years ago

@LWJerri, have you tried to install anaconda first?

LWJerri commented 3 years ago

@LWJerri, have you tried to install anaconda first?

No. I wanna run this code on Windows 10.

jiupinjia commented 3 years ago

That's where the problem is - you will need to install anaconda on your windows 10 machine first. No matter where we run the code - windows, Linux, or Mac, we all need anaconda installed first.

LWJerri commented 3 years ago

That's where the problem is - you will need to install anaconda on your windows 10 machine first. No matter where we run the code - windows, Linux, or Mac, we all need anaconda installed first.

Hmm, okay, thanks!