You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey!
I have tried installing itorch on machines that had torch and jupyter running and kept going up against the problem of the final command of 'luarocks make' which spat out the following error.
$ sudo luarocks make
Missing dependencies for itorch:
env
torch >= 7.0
image
Error: Could not satisfy dependency: env
Or I had could start the iTorch profile on jupyter, but it could not find the kernel 5 times, and then it would die.
I solved this by using 'dos2unix' on the 'itorch' and 'itorch_launcher' in both the main install folder and in the torch/install/lib folders and bins.
It seems those files at some '\r' commands somewhere in there and they got interpreted in a weird way which didn't give an error but skipped on loading the kernel and basic deps.
...This took a lot of frustrating time, hope no other run into this. Happy learning!
The text was updated successfully, but these errors were encountered:
Hey!
I have tried installing itorch on machines that had torch and jupyter running and kept going up against the problem of the final command of 'luarocks make' which spat out the following error.
$ sudo luarocks make
Missing dependencies for itorch:
env
torch >= 7.0
image
Error: Could not satisfy dependency: env
Or I had could start the iTorch profile on jupyter, but it could not find the kernel 5 times, and then it would die.
I solved this by using 'dos2unix' on the 'itorch' and 'itorch_launcher' in both the main install folder and in the torch/install/lib folders and bins.
It seems those files at some '\r' commands somewhere in there and they got interpreted in a weird way which didn't give an error but skipped on loading the kernel and basic deps.
...This took a lot of frustrating time, hope no other run into this. Happy learning!
The text was updated successfully, but these errors were encountered: