-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error installing tensorboardX #53
Comments
I've got the same error on windows I tried doing all the pip installs as admin, with the conda prompt, and I got that same error. Edit: saw this #50 (comment) |
having the same issue (jukebox) C:\Users\Matt Knotts\jukebox>pip install ./tensorboardX
cwd: C:\Users\MATTKN tests_require=test_requirements File "C:\Anaconda3\lib\site-packages\setuptools_init_.py", line 144, in setup return distutils.core.setup(**attrs) File "C:\Anaconda3\lib\distutils\core.py", line 148, in setup dist.run_commands() File "C:\Anaconda3\lib\distutils\dist.py", line 966, in run_commands self.run_command(cmd) File "C:\Anaconda3\lib\distutils\dist.py", line 985, in run_command cmd_obj.run() File "C:\Anaconda3\lib\site-packages\wheel\bdist_wheel.py", line 259, in run self.run_command('install') File "C:\Anaconda3\lib\distutils\cmd.py", line 313, in run_command self.distribution.run_command(command) File "C:\Anaconda3\lib\distutils\dist.py", line 985, in run_command cmd_obj.run() File "C:\Users\MATTKN |
Oh yeah, I should have made clear that I'm a Windows user.
Yup, same happens to me, the
I tried it and I'm having the same issue on it. Also, it doesn't seem to me that his fix was referring to the issue I am having as it just tells one to download Microsoft SDK/Visual Studio stuff... Nonetheless, I opened an issue on his fork, maybe he knows if I'm doing something wrong and how to fix it.
Yup, that looks like the same issue I am having. However, you seem new to GitHub, you should put your output between `s, otherwise It'll look unreadable. Thanks for any help in advance! |
I got this same error. For me, I could not run bash in the anaconda prompt at all. It crashes out immediately (first step in installing tensorboardX is to run a bash script). I was using GOW for bash. You can confirm this is the issue by running:
If it outputs nothing, or is an unrecognized command, then that's almost certainly the issue. I managed to get it working by opening git's bash and bootstrapping conda in there.
The . at the start is important. Then try once more in that shell
|
Thanks so much! This did its job and I have it installed now, big cheers to you! |
I still cannot get it working. $ pip install ./tensorboardX
cwd: C:\Users\MATTKN tests_require=test_requirements File "C:\Miniconda3\lib\site-packages\setuptools_init_.py", line 144, in setup return distutils.core.setup(**attrs) File "C:\Miniconda3\lib\distutils\core.py", line 148, in setup dist.run_commands() File "C:\Miniconda3\lib\distutils\dist.py", line 966, in run_commands self.run_command(cmd) File "C:\Miniconda3\lib\distutils\dist.py", line 985, in run_command cmd_obj.run() File "C:\Miniconda3\lib\site-packages\wheel\bdist_wheel.py", line 259, in run self.run_command('install') File "C:\Miniconda3\lib\distutils\cmd.py", line 313, in run_command self.distribution.run_command(command) File "C:\Miniconda3\lib\distutils\dist.py", line 985, in run_command cmd_obj.run() File "C:\Users\MATTKN |
The issue is not with the terminal you use, but the line endings I opened Installing then works (on Windows 10). |
Hello, I have a slightly different problem, I tried what is described above, but it didn't help me, that's what it gives. Processing c:\users\yknya\onedrive\desktop\jukebox\tensorboardx
|
then also works (on Windows 8). |
What does this mean ? I do not see any 'crlf' lines in the file when i open in vscode. not sure how to fix this |
dos2unix worked !! |
Hey, I'm sorry if this is a stupid question as I'm new to programming/GitHub generally and I don't even know if it's correct to ask it here, I just hope I'll be able to get help here since I really want to use Jukebox.
I was following the installation instructions precisely, but I don't seem to be able to install tensorboardX, this is the output I get when trying to install it. (Linked in case the file upload doesn't work)
Cheers
tensorboardX_installation_error.txt
The text was updated successfully, but these errors were encountered: