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
When attempting to install the dependencies on windows I get the error:
ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory: ‘C:\tmp\build\80754af9\six_1644875935023\work’
for the line:
six @ file:///tmp/build/80754af9/six_1644875935023/work
and similar error for the line:
typing_extensions @ file:///opt/conda/conda-bld/typing_extensions_1647553014482/work
Had issues with the line:
torch==1.7.0+cu101
But was able to resolve these, however was not able to resolve issues with:
torchaudio==0.4.0a0+ba6d67b
which gives the error:
No matching distribution found for torchaudio==0.4.0a0+ba6d67b
The text was updated successfully, but these errors were encountered:
When attempting to install the dependencies on windows I get the error:
ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory: ‘C:\tmp\build\80754af9\six_1644875935023\work’
for the line:
six @ file:///tmp/build/80754af9/six_1644875935023/work
and similar error for the line:
typing_extensions @ file:///opt/conda/conda-bld/typing_extensions_1647553014482/work
Had issues with the line:
torch==1.7.0+cu101
But was able to resolve these, however was not able to resolve issues with:
torchaudio==0.4.0a0+ba6d67b
which gives the error:
No matching distribution found for torchaudio==0.4.0a0+ba6d67b
The text was updated successfully, but these errors were encountered: