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

Issue with mc_bin_client.py #13

Closed
paramita1024 opened this issue Nov 24, 2022 · 3 comments
Closed

Issue with mc_bin_client.py #13

paramita1024 opened this issue Nov 24, 2022 · 3 comments

Comments

@paramita1024
Copy link

While trying to run your given script, I faced following problems.
Traceback (most recent call last):
File "scripts/train.py", line 6, in
import trajectory.utils as utils
File "/home/rs/18CS91P06/Bill_payment/trajectory-transformer-master/trajectory/utils/init.py", line 1, in
from .setup import Parser, watch
File "/home/rs/18CS91P06/Bill_payment/trajectory-transformer-master/trajectory/utils/setup.py", line 6, in
from tap import Tap
File "/home/rs/18CS91P06/anaconda3/envs/trajectory/lib/python3.8/site-packages/tap.py", line 6, in
from mc_bin_client import mc_bin_client, memcacheConstants as Constants
File "/home/rs/18CS91P06/anaconda3/envs/trajectory/lib/python3.8/site-packages/mc_bin_client/mc_bin_client.py", line 14, in
from memcacheConstants import REQ_MAGIC_BYTE, RES_MAGIC_BYTE
ModuleNotFoundError: No module named 'memcacheConstants'

@jannerm
Copy link
Owner

jannerm commented Nov 28, 2022

Can you give the result of conda list and pip freeze? That might help narrow down the dependency issue.

@paramita1024
Copy link
Author

paramita1024 commented Nov 28, 2022 via email

@jannerm jannerm closed this as completed Nov 29, 2022
@paramita1024
Copy link
Author

paramita1024 commented Nov 29, 2022 via email

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