-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Openseespy error #23603
Comments
Hey @Karmugilan1997, thanks for reporting. A quick question for you: Did you follow our guide to connect our standalone installer to an external Python environment or installation? http://docs.spyder-ide.org/current/faq.html#using-packages-installer |
Or how did you install |
Dear Spyder Support Team,
Thank you for your response. Regarding your question, I did not
specifically follow the guide to connect the standalone Spyder installer to
an external Python environment. However, I have attempted multiple times to
install *OpenSeesPy* in Spyder but have been unsuccessful.
Here’s what I tried:
1. I attempted to install openseespy Using *pip* inside the Spyder
terminal, Spyder did not recognise the package.
2. I also tried using *Anaconda Navigator* to install openseespy in the
base environment, but Spyder did not detect it.
3. I checked the *Python interpreter settings* in Spyder (Tools →
Preferences → Python Interpreter) and tried pointing it to different
Python installations, but I still couldn't import openseespy.
Could you please provide specific guidance on properly installing and using
OpenSeesPy in Spyder, especially with the standalone installer?
Thanks in advance for your help!
Best regards,
Karmugilan
…On Fri, Jan 31, 2025 at 9:32 PM Carlos Cordoba ***@***.***> wrote:
Or how did you install opensee in Spyder?
—
Reply to this email directly, view it on GitHub
<#23603 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BJNVEL7VYMH24BR7TSTBYM32NONBZAVCNFSM6AAAAABWG4JPXGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMRXGY4TCOJQG4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
Kind Regards,
*Karmugilan*
*Research Scholar*
*IIT Hyderabad*
|
Hey @Karmugilan1997, you said:
That's because we don't allow that by design (see below).
This is not possible (i.e. we have several mechanisms to prevent it and some more will come) so that users don't break Spyder by installing other packages in the installer itself. However, the error message you posted above shows things like
And that means that (somehow) you forced the the installation of
The guide is in the link I posted above: http://docs.spyder-ide.org/current/faq.html#using-packages-installer Clicking on that link will take you to this question in our FAQ, which you need to click again to uncollapse it: As you can see, there's a video inside that question, which has all the information you need to know on how to use third-party packages (like |
Let us know if the above info helps you to successfully use that library. |
Description
What steps will reproduce the problem?
I cannot able to run the code
import openseespy.opensees as ops
it shows following error...
Versions
Dependencies
The text was updated successfully, but these errors were encountered: