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

An error occurred while importing pands #1

Open
lanmo0923 opened this issue Jun 13, 2023 · 0 comments
Open

An error occurred while importing pands #1

lanmo0923 opened this issue Jun 13, 2023 · 0 comments

Comments

@lanmo0923
Copy link

hello, an error occurred while importing pands @cahidenes

import dynamic_variables as dv
import time
import pandas as pd
dv.add_slider('var_name', 0, 10)
dv.init_gui()

while True:
    print(var_name)
    time.sleep(0.1)

Traceback (most recent call last):
File "E:\code\python\collision_check\tes\222.py", line 4, in
dv.add_slider('var_name', 0, 10)
File "E:\Anaconda3\envs\robot\lib\site-packages\dynamic_variables\dynamic_variables_main.py", line 115, in add_slider
__init_imported_modules()
File "E:\Anaconda3\envs\robot\lib\site-packages\dynamic_variables\dynamic_variables_main.py", line 225, in __init_imported_modules
if getattr(module, module_attribute) is this_module:
File "C:\Users\hualiu\AppData\Roaming\Python\Python38\site-packages\six.py", line 97, in get
result = self._resolve()
File "C:\Users\hualiu\AppData\Roaming\Python\Python38\site-packages\six.py", line 120, in _resolve
return _import_module(self.mod)
File "C:\Users\hualiu\AppData\Roaming\Python\Python38\site-packages\six.py", line 87, in _import_module
import(name)
File "E:\Anaconda3\envs\robot\lib\dbm\gnu.py", line 3, in
from _gdbm import *
ModuleNotFoundError: No module named '_gdbm'

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

1 participant