cannot run command of piccolo in anaconda env #574
when i run comamnd piccolo migrations new my_app, it shows a error |
Replies: 1 comment 1 reply
|
We have this line in Line 96 in 0c44bb2 I know that Anaconda uses a different packaging system, so it must be ignoring You can try this work around instead: Note how it's |
We have this line in
setup.pywhich should make the piccolo CLI available:piccolo/setup.py
Line 96 in 0c44bb2
I know that Anaconda uses a different packaging system, so it must be ignoring
setup.py. It's something we need to investigate.You can try this work around instead:
Note how it's
piccolo.main.