Opened 6 years ago
Closed 6 years ago
#5661 closed defect (worksforme)
installing OMPython
| Reported by: | anonymous | Owned by: | arunkumar palanisamy |
|---|---|---|---|
| Priority: | high | Milestone: | 1.14.0 |
| Component: | OMPython | Version: | |
| Keywords: | ompython installation | Cc: |
Description
Hi, I'm trying to install ompython in jupyter notebook invironment with the following code.
cd %OPENMODELICAHOME%\share\omc\scripts\PythonInterface
python -m pip install -U .
but there is an error:
The system cannot find the path specified: '%OPENMODELICAHOME%
share
omc
scripts
PythonInterface'
could you please help me to solve it?
Change History (5)
comment:1 by , 6 years ago
| Component: | *unknown* → OMPython |
|---|---|
| Milestone: | Future → 1.14.0 |
| Owner: | changed from to |
comment:2 by , 6 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:3 by , 6 years ago
comment:4 by , 6 years ago
| Milestone: | 1.14.0 → 1.16.0 |
|---|
Releasing 1.14.0 which is stable and has many improvements w.r.t. 1.13.2. This issue is rescheduled to 1.16.0
comment:5 by , 6 years ago
| Milestone: | 1.16.0 → 1.14.0 |
|---|---|
| Resolution: | → worksforme |
| Status: | assigned → closed |
This issue was basically solved by the instructions given above.
Note:
See TracTickets
for help on using tickets.

It means that you have not set OPENMODELICAHOME environment variable, You should create a new environment variable with the following
Variable Name : OPENMODELICAHOME
Variable Value : c:\OpenModelica_dev_.. (path of the openmodelica installation according to your system)
And then you can do the above steps.