msmbuilder / msmbuilder-legacy

Legacy release of MSMBuilder
http://msmbuilder.org
GNU General Public License v2.0
25 stars 28 forks source link

Scripts broken #396

Closed kyleabeauchamp closed 10 years ago

kyleabeauchamp commented 10 years ago
kyleb@kb-intel:~/dat/tICABenchmark/ala$ Cluster.py 
Traceback (most recent call last):
  File "/home/kyleb/opt/bin/Cluster.py", line 4, in <module>
    import pkg_resources
  File "/home/kyleb/opt/lib/python2.7/site-packages/pkg_resources.py", line 2854, in <module>
    parse_requirements(__requires__), Environment()
  File "/home/kyleb/opt/lib/python2.7/site-packages/pkg_resources.py", line 594, in resolve
    raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: msmbuilder==2.8
kyleabeauchamp commented 10 years ago

Nevermind, I was calling the old Cluster.py when I should have been calling Cluster

We will need to document this, as I'm sure I won't be the only one to have this issue upon upgrade.

schwancr commented 10 years ago

Yea this is an important issue to resolve since we've changed it. Is there anyway to keep writing the old files? Or is it possible to uninstall them?

I guess if the scripts always through an exception then it's mostly harmless, but still annoying.

On Sat, Mar 29, 2014 at 4:10 PM, kyleabeauchamp notifications@github.comwrote:

Nevermind, I was calling the old Cluster.py when I should have been calling Cluster

We will need to document this, as I'm sure I won't be the only one to have this issue upon upgrade.

Reply to this email directly or view it on GitHubhttps://github.com/SimTk/msmbuilder/issues/396#issuecomment-39000016 .

rmcgibbo commented 10 years ago

It's pretty annoying. If there was some kind of deprecated error that came up instead ("hey, use 'Cluster' instead") it might be okay. Also, you can use msmb.

schwancr commented 10 years ago

I mean we can just manually make scripts that raise a deprecated error

That's one way to clear out the old stuff

kyleabeauchamp commented 10 years ago

+1

kyleabeauchamp commented 10 years ago

Subsumed by #398 thanks Robert.