second.pytorch
second.pytorch copied to clipboard
"No module named 'second' " problem
As you can see, tried to export pythonpath too but problem didn't solve. pls help , I'm way too much disappointed :(
try vim it in bashrc
cd /path/to/your/second.pytorch export PYTHONPATH=$(pwd)
cd ~/second.pytorch/second source ~/.bashrc
Hi,
How did you resolve ModuleNotFoundError: No module named 'second
'?
I am facing the same error. I have updated PYTHONPATH = path_to_repo/second.pytorch then source ~/.bashrc but still I get ModuleNotFoundError: No module named 'second'.
Can you help me here?