Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Fix runing veles from python2 #37

Closed
Lyubava opened this issue Nov 6, 2015 · 0 comments
Closed

Fix runing veles from python2 #37

Lyubava opened this issue Nov 6, 2015 · 0 comments

Comments

@Lyubava
Copy link
Member

Lyubava commented Nov 6, 2015

lpodoynitsina@lpodoynitsinau64:~/Projects/Veles$ python
Python 2.7.6 (default, Jun 22 2015, 17:58:13)
[GCC 4.8.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.

import veles
veles/init.py:67: UserWarning: Cannot expand variables generated by Git, setting them to None
warn("Cannot expand variables generated by Git, setting them to None")
kwargs={"dry_run": "init", "snapshot": file_name, "stealth": True}
Traceback (most recent call last):
File "", line 1, in
NameError: name 'file_name' is not defined
kwargs={"dry_run": "init", "stealth": True}
path_to_model = "veles/znicz/samples/MNIST/mnist.py"
launcher = veles(path_to_model, **kwargs)
Traceback (most recent call last):
File "", line 1, in
File "veles/init.py", line 179, in call
Main = import_module("veles.main").Main
TypeError: 'NoneType' object is not callable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant