You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When installed from pip "template.py" is not installed (file was missing in site-packges). Using an anaconda distribution on ubuntu. This was leading to the tests to file in pysph.
I was able to solve the problem by pulling directly from git and doing python setup.py develop
The text was updated successfully, but these errors were encountered:
When installed from pip "template.py" is not installed (file was missing in site-packges). Using an anaconda distribution on ubuntu. This was leading to the tests to file in pysph.
I was able to solve the problem by pulling directly from git and doing python setup.py develop
The text was updated successfully, but these errors were encountered: