I have the following problem after having installed matplotlib and seaborn :
from docplex.mp.model import Model
Traceback (most recent call last):
File "<ipython-input-1-ee0d9503867b>", line 1, in <module>
from docplex.mp.model import Model
ModuleNotFoundError: No module named 'docplex'
my environment has installed docplex and docloud ,but I only use the local version.Conda list output:
The programs that I install:
- cplex_studio1210.win-x86-64
- Anaconda3-2019.10-Windows-x86_64
and my environment :
conda create --name PythonOPT1 python=3.7