If anyone else is also facing this issue since today morning,
No module named readme_renderer
,
Please run
$pip install readme_renderer
There is not much about this issue on the internet. That's why I just posted the solution.
Regards,
*Nayan Khanna* *Second Year,* *MSc Mathematics + **BE Computer Science* *BITS Pilani* *▄▄▄▄▄▄▄▄▄▄▄▄**▄▄▄▄▄▄▄▄▄▄▄**▄▄▄▄▄▄▄▄▄▄▄▄*
*Birla Institute of Technology & Science,* *Pilani*
Pilani Campus, Vidhya Vihar, Pilani, Rajasthan - 333 031, INDIA.
On Sat, Mar 9, 2019, at 9:44 PM, NAYAN KHANNA wrote:
If anyone else is also facing this issue since today morning,
No module named readme_renderer
,
I added a new dependency today, which is why you are seeing this.
Just go to your project root and run:
$ python setup.py develop
This will update all your dependencies.
Please run $pip install readme_renderer
There is not much about this issue on the internet. That's why I just posted the solution.
Regards,
*Nayan Khanna* *Second Year,* *MSc Mathematics + **BE Computer Science* *BITS Pilani* *▄▄▄▄▄▄▄▄▄▄▄▄**▄▄▄▄▄▄▄▄▄▄▄**▄▄▄▄▄▄▄▄▄▄▄▄*
*Birla Institute of Technology & Science,* *Pilani*
Pilani Campus, Vidhya Vihar, Pilani, Rajasthan - 333 031, INDIA.
Mailman-Developers mailing list -- mailman-developers@python.org To unsubscribe send an email to mailman-developers-leave@python.org https://mail.python.org/mailman3/lists/mailman-developers.python.org/ Mailman FAQ: https://wiki.list.org/x/AgA3
Security Policy: https://wiki.list.org/x/QIA9
-- thanks, Abhilash Raj (maxking)
participants (2)
-
Abhilash Raj
-
NAYAN KHANNA