lewissbaker / cppcoro

A library of C++ coroutine abstractions for the coroutines TS
MIT License
3.41k stars 468 forks source link

Windows-10 build fails (cake.main not found) #144

Open AjitDingankar opened 4 years ago

AjitDingankar commented 4 years ago

After a fresh clone cake fails to start the build, with Python 2.7.

c:\dev>git clone --recursive https://github.com/lewissbaker/cppcoro.git
Cloning into 'cppcoro'...
remote: Enumerating objects: 103, done.
remote: Counting objects: 100% (103/103), done.
remote: Compressing objects: 100% (80/80), done.
Receiving objects: 100% (2371/2371), 837.92 KiB | 2.80 MiB/s, done.68Receiving objects:  99% (2348/2371)

Resolving deltas: 100% (1534/1534), done.
Submodule 'cake' (https://github.com/lewissbaker/cake.git) registered for path 'tools/cake'
Cloning into 'C:/dev/cppcoro/tools/cake'...
remote: Enumerating objects: 7, done.
remote: Counting objects: 100% (7/7), done.
remote: Compressing objects: 100% (7/7), done.
remote: Total 5201 (delta 0), reused 2 (delta 0), pack-reused 5194
Receiving objects: 100% (5201/5201), 955.51 KiB | 2.59 MiB/s, done.
Resolving deltas: 100% (3249/3249), done.
Submodule path 'tools/cake': checked out 'bd492ab55e69011542397b07239cc99e030133d6'

c:\dev\cppcoro>cake.bat
Traceback (most recent call last):
  File "c:\dev\cppcoro\tools\cake\src\run.py", line 16, in <module>
    import cake.main
ImportError: No module named cake.main

c:\dev\cppcoro>python --version
Python 2.7.14