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

cannot import name 'random_order_id' from 'common' #1

Open
anilmallembakam opened this issue Aug 21, 2023 · 2 comments
Open

cannot import name 'random_order_id' from 'common' #1

anilmallembakam opened this issue Aug 21, 2023 · 2 comments

Comments

@anilmallembakam
Copy link

Getting errors in this package?

Traceback (most recent call last):
File "d:\Visual Code\stockmockpodcast-main\Straddle.py", line 14, in
from common import random_order_id
ImportError: cannot import name 'random_order_id' from 'common' (C:\Users\Robin\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\common_init_.py)

@Hasnainkhan007
Copy link

Any solution yet?

@rishidadwal
Copy link

this common is file name and random_order_id is function written inside common, you need yo comment this line and try again

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

3 participants