Reputation: 1
"No Module named openseespy.opensees.postprocessing.Get_Rendering found" the above problem shows each time i try to run the task "import openseespy.opensees.postprocessing.Get-Rendering"
I tried installing it in anacoonda prompt by typing 'pip install postprocessing' but the following pops up "ERROR:Could not find a version that satisfies the requirement postprocessing (from versions: none)" "ERROR:No matching distribution found for postprocessing"
Upvotes: 0
Views: 895
Reputation: 1
I think you dont have to install that package, because it comes with opensees. The origin of your error appears to be in your instruction "import openseespy.opensees.postprocessing.Get-Rendering" which should be reduced to "import openseespy.postprocessing.Get-Rendering"
Upvotes: 0