Sample Header Ad - 728x90

How to install new Python modules in the Dcoder app?

2 votes
1 answer
6939 views
The Dcoder  app supports the Python programming language. However, for a code that requires 3rd-party modules (e.g. mlxtend ), it will show the following error when running: Dcoder app showing the error
Traceback (most recent call last):
  File "fun.py", line 7, in 
    from mlxtend.data import iris_data
ImportError: No module named mlxtend.data

Process finished with exit code 1.
How to install new Python modules in the Dcoder app?
Asked by Soheil Paper (153 rep)
Jan 26, 2020, 07:57 PM
Last activity: May 28, 2025, 06:03 AM