Phelimb / atlas

atlas
MIT License
5 stars 4 forks source link

Install issue #15

Closed Phelimb closed 8 years ago

Phelimb commented 8 years ago

Hi Phelim,

While following your installation instructions I ran into a problem. python setup.py install ran without any problems, however when I try to call 'atlas', I get the following error:

Traceback (most recent call last): File "/usr/local/bin/atlas", line 9, in load_entry_point('mykatlas==0.3.8', 'console_scripts', 'atlas')() File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 351, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2363, in load_entry_point return ep.load() File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2088, in load entry = import(self.module_name, globals(),globals(), ['name']) ImportError: No module named atlas.atlas_main

Phelimb commented 8 years ago

Fixed in dc3fb1b7b38b52fd796501fbb00b20809d079864

Phelimb commented 8 years ago

@hcdenbakker @ronald-jaepel

This should be fixed in v0.3.9 - if you run pip uninstall mykatlas && pip install mykatlas or pip install mykatlas --upgrade it should fix the install issue.