numenta / nupic.research

Experimental algorithms. Unsupported.
https://nupicresearch.readthedocs.io
GNU Affero General Public License v3.0
107 stars 60 forks source link

Local logging.py modules prevents activating Conda environments in the projects that have this module #662

Open fcr opened 5 months ago

fcr commented 5 months ago

As the title expresses trying to activate a conda environment either in the command line or in, say a VisualCode environment causes an import collision. For example in: nupic.research/projects/location_layer/single_layer_2d_experiment

The current workaround is to activate the environment in the parent directory. A better solution would be to rename the project specific logging.py modules to say experiment_logging.py