Opened 5 years ago

Closed 5 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 Francesco Casella, 5 years ago

Component: *unknown*OMPython
Milestone: Future1.14.0
Owner: changed from somebody to Alachew Mengist

comment:2 by Francesco Casella, 5 years ago

Owner: changed from Alachew Mengist to arunkumar palanisamy
Status: newassigned

comment:3 by arunkumar palanisamy, 5 years ago

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.

comment:4 by Francesco Casella, 5 years ago

Milestone: 1.14.01.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 Dietmar Winkler, 5 years ago

Milestone: 1.16.01.14.0
Resolution: worksforme
Status: assignedclosed

This issue was basically solved by the instructions given above.

Note: See TracTickets for help on using tickets.