Artem

Results 34 comments of Artem

@mjspeck **for Windows:** 1. Install Git Bash 2. Open Git Bash 3. type `source ~/anaconda3/etc/profile.d/conda.sh` 4. type `conda init` 5. Restart your shell 6. Profit.

@kongkong000111 ``` Requirement already satisfied: ssim in c:\users\***\appdata\local\programs\python\python37\lib\site-packages (0.2.2) ```

@furuit already was told that it doesn't work: > Requirement already satisfied: ssim in c:\users\***\appdata\local\programs\python\python37\lib\site-packages (0.2.2)

> Once the python shell starts up, try to `import requests`. If that prints the same error, the package is the problem. If not, please let me know. Yes, it...

@JoostK I did the same profiling in my application, i found that slow down starts on some step somewhere in @angular/common. I can't reproduce this now in a separate repository....

I have similar question but platform independent. What C standard should be used? Compilator throws errors, like `error C2668: 'abs': ambiguous call to overloaded function` which does mean that some...