Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Error in fitting data #1

Open
ghost opened this issue Jun 19, 2022 · 2 comments
Open

Error in fitting data #1

ghost opened this issue Jun 19, 2022 · 2 comments

Comments

@ghost
Copy link

ghost commented Jun 19, 2022

Hello, Sir.

The following error occurs when I use gbm_kitty module to fit GBM data.
(base)jason@DESKTOP-U2B4NIQ:~$ source activate threeML (threeML) jason@DESKTOP-U2B4NIQ:~$ get_grb_analysis --grb GRB120227725 Traceback (most recent call last): File "/home/jason/.conda/envs/threeML/bin/get_grb_analysis", line 33, in <module> sys.exit(load_entry_point('gbm-kitty==0+unknown', 'console_scripts', 'get_grb_analysis')()) File "/home/jason/.conda/envs/threeML/bin/get_grb_analysis", line 25, in importlib_load_entry_point return next(matches).load() File "/home/jason/.conda/envs/threeML/lib/python3.7/site-packages/importlib_metadata/__init__.py", line 203, in load module = import_module(match.group('module')) File "/home/jason/.conda/envs/threeML/lib/python3.7/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "<frozen importlib._bootstrap>", line 1006, in _gcd_import File "<frozen importlib._bootstrap>", line 983, in _find_and_load File "<frozen importlib._bootstrap>", line 953, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed File "<frozen importlib._bootstrap>", line 1006, in _gcd_import File "<frozen importlib._bootstrap>", line 983, in _find_and_load File "<frozen importlib._bootstrap>", line 965, in _find_and_load_unlocked ModuleNotFoundError: No module named 'gbm_kitty.scripts'

I hope you can help me solve this problem, thank you!

@grburgess
Copy link
Owner

Hello, this error seems strange. Can you please format the issue so that it is easier to read?

@ghost
Copy link
Author

ghost commented Jun 22, 2022

OK, I installed the grb_kitty module in the threeML environment and I'm using pip list to see if it is installed and it clearly shows that it is. I'll try your example on Github and see if it works.but the following list of errors occurred.

Traceback (most recent call last):
File "/home/jason/.conda/envs/threeML/bin/get_grb_analysis", line 33, in
sys.exit(load_entry_point('gbm-kitty==0+unknown', 'console_scripts', 'get_grb_analysis')())
File "/home/jason/.conda/envs/threeML/bin/get_grb_analysis", line 25, in importlib_load_entry_point
return next(matches).load()
File "/home/jason/.conda/envs/threeML/lib/python3.7/site-packages/importlib_metadata/init.py", line 203, in
load
module = import_module(match.group('module'))
File "/home/jason/.conda/envs/threeML/lib/python3.7/importlib/init.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1006, in _gcd_import
File "", line 983, in _find_and_load
File "", line 953, in _find_and_load_unlocked
File "", line 219, in _call_with_frames_removed
File "", line 1006, in _gcd_import
File "", line 983, in _find_and_load
File "", line 965, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'gbm_kitty.scripts'

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

No branches or pull requests

1 participant