I had a similar issue and Stas helped me out. You can see my posts here.
To sum it up :
- Make sure you ran
pip install -e ".[dev]"
as per here - If it’s still not working, make sure your conda env is activated by following this section instructions
I had a similar issue and Stas helped me out. You can see my posts here.
To sum it up :
pip install -e ".[dev]"
as per here