Open jmugan opened 5 years ago
It does look like it's using Python 2. What do you get if you simply run python
under the root of your project directory?
If I do which python
I get teaspn-sdk/.pyenv/bin/python
and it is Python 3. I have Anaconda installed. Maybe that is messing with something.
Is there another way to test it without using Visual Studio Code. Maybe something from the command line?
There's no way to test it from the command line, but it does sound like a good idea. Let me follow up on this—we are currently a bit busy getting ready for the EMNLP 2019 demo and cannot guarantee when this is addressed, though. Thank you for reporting anyways.
I'm new to Visual Studio Code, but I set the Python to the one created by
python3 -m venv .pyenv
, but somehow, when I debug withLaunch Client
I getIt's almost like it is trying to use Python 2.