question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ImportError: No module named 'core'

See original GitHub issue
>> locust --help

Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/3.4/bin/locust", line 9, in <module>
    load_entry_point('locustio==0.7.3', 'console_scripts', 'locust')()
  File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/pkg_resources/__init__.py", line 558, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/pkg_resources/__init__.py", line 2682, in load_entry_point
    return ep.load()
  File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/pkg_resources/__init__.py", line 2355, in load
    return self.resolve()
  File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/pkg_resources/__init__.py", line 2361, in resolve
    module = __import__(self.module_name, fromlist=['__name__'], level=0)
  File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/locustio-0.7.3-py3.4.egg/locust/__init__.py", line 1, in <module>
    from core import HttpLocust, Locust, TaskSet, task
ImportError: No module named 'core'

ideas ?

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Reactions:5
  • Comments:25 (5 by maintainers)

github_iconTop GitHub Comments

24reactions
heymancommented, Feb 14, 2017

0.8 should be released soon. Until then pip install locustio==0.8a2 should work.

17reactions
jruizarangurencommented, Feb 17, 2017

pip install locustio==0.8a2 worked for me.

Read more comments on GitHub >

github_iconTop Results From Across the Web

No module named 'core' when using pyping for Python 3
No module named 'core' when using pyping for Python 3 - Stack Overflow. Stack Overflow for Teams – Start collaborating and sharing ...
Read more >
ImportError: No module named 'core' · Issue #43 · pmorissette/bt
Hi, I'm a newbie to python, but I'm really interested in using your bt project for backtesting. I tried to follow the instructions ......
Read more >
Fix ImportError: no module named django.core.management
The error is telling us that it can't find of the core modules of Django. This is because it isn't installed in your...
Read more >
Exception using PyGRASS: "No module named 'core'"
The LD_LIBRARY_PATH variable was not being set up correctly. So the main problem was really using the Python 3 interpreter instead of Python...
Read more >
ImportError: No module named core in django 1.5.5
Django 1.5.4 was running fine on this box. I'm not using virtual environments and it doesn't look like those are required for what...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found