Skip to content
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

ModuleNotFoundError: No module named 'beambending' #1295

Closed
DBG333 opened this issue Feb 23, 2024 · 2 comments
Closed

ModuleNotFoundError: No module named 'beambending' #1295

DBG333 opened this issue Feb 23, 2024 · 2 comments

Comments

@DBG333
Copy link

DBG333 commented Feb 23, 2024

pip list
beambending 1.1.1

import os
from beambending import Beam, DistributedLoadV, PointLoadH, PointLoadV, x

I am using pyscripter version 4.3.4.0 x 64
ModuleNotFoundError: No module named 'beambending'

*** Remote Interpreter Reinitialized ***
Traceback (most recent call last):
File "H:\n.py", line 2, in
from beambending import Beam, DistributedLoadV, PointLoadH, PointLoadV, x
ModuleNotFoundError: No module named 'beambending'

Please Help me

@pyscripter
Copy link
Owner

Maybe PyScripter is using a different version of python from the one you installed beambending.
Try from the PyScripter menu Tools, Tools, Install Packages with pip

@pyscripter
Copy link
Owner

I am closing since there is no feedback or update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants