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

RuntimeError: Attempting to use the value of the environment variable 'USER', which is not defined #21

Open
chhenning opened this issue Jan 17, 2018 · 0 comments

Comments

@chhenning
Copy link
Owner

chhenning commented Jan 17, 2018

Traceback (most recent call last):
  File "htmpredictionmodel_classifier_helper_test.py", line 151, in setUp
    self.helper = HTMPredictionModelClassifierHelper(Mock(spec=HTMPredictionModel))
  File "D:\nupic\src\python\python3\nupic\frameworks\opf\htm_prediction_model_classifier_helper.py", line 74, in __init__
    'nupic.model.temporalAnomaly.wait_records'))
  File "D:\nupic\src\python\python3\nupic\support\configuration_base.py", line 157, in get
    return cls.getString(prop)
  File "D:\nupic\src\python\python3\nupic\support\configuration_base.py", line 84, in getString
    cls._readStdConfigFiles()
  File "D:\nupic\src\python\python3\nupic\support\configuration_custom.py", line 148, in _readStdConfigFiles
    super(Configuration, cls)._readStdConfigFiles()
  File "D:\nupic\src\python\python3\nupic\support\configuration_base.py", line 409, in _readStdConfigFiles
    cls.readConfigFile(DEFAULT_CONFIG)
  File "D:\nupic\src\python\python3\nupic\support\configuration_base.py", line 207, in readConfigFile
    properties = cls._readConfigFile(filename, path)
  File "D:\nupic\src\python\python3\nupic\support\configuration_base.py", line 325, in _readConfigFile
    " variable %r, which is not defined" % (varname))
RuntimeError: Attempting to use the value of the environment variable 'USER', which is not defined
@chhenning chhenning changed the title FileNotFoundError RuntimeError: Attempting to use the value of the environment variable 'USER', which is not defined Jan 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant