yglukhov / asyncthreadpool

Awaitable threadpool for nim
MIT License
48 stars 2 forks source link

Nimble install doesn't work #4

Closed Clonkk closed 3 years ago

Clonkk commented 3 years ago

After running nimble install asyncthreadpool and trying to compile a simple example I get the following error : /home/rcaillaud/.nimble/pkgs/asyncthreadpool-0.1.0/asyncthreadpool.nim(2, 17) Error: cannot open file: ./private/pipes

For reference, here's the content of the installed package in Nimble :

✔ rcaillaud ~/Workspace/playground/asyncthreads$ ll ~/.nimble/pkgs/asyncthreadpool-0.1.0/
total 24
drwxr-xr-x   2 rcaillaud users 4096 Jul  7 09:06 ./
drwxr-xr-x 118 rcaillaud users 4096 Jul  7 09:06 ../
-rw-r--r--   1 rcaillaud users 7104 Jul  7 09:06 asyncthreadpool.nim
-rw-r--r--   1 rcaillaud users  170 Jul  7 09:06 asyncthreadpool.nimble
-rw-r--r--   1 rcaillaud users  198 Jul  7 09:06 nimblemeta.json
yglukhov commented 3 years ago

Will fix once #3 is merged, to avoid conflicts.