Unable to install python version for a virtual environment, ERROR conda.core.link:_execute(733) - anaconda

# Been stuck on this for a day and a half, am very new to python and am trying to create a virtual >environment with python=3.6 anaconda
everything downloads and I run into the >following error:
>Preparing transaction: ...working... done
Verifying transaction: ...working... done
Executing transaction: ...working... done
ERROR conda.core.link:_execute(733): An error >occurred while installing package 'defaults::qt->5.9.7-vc14h73c81de_0'.
Rolling back transaction: ...working... done
LinkError: post-link script failed for package >defaults::qt-5.9.7-vc14h73c81de_0
location of failed script: >C:\Anaconda\envs\PythonData\Scripts.qt-post->link.bat
==> script messages <==
>
==> script output <==
stdout: 1 file(s) copied.
stderr: 'chcp' is not recognized as an internal >or external command,
operable program or batch file.
'chcp' is not recognized as an internal or >external command,
operable program or batch file.
'chcp' is not recognized as an internal or >external command,
operable program or batch file.
return code: 1
()
Any ideas would be greatly appreciated, online
>searches return minimal results.

Related

Generate js file from proto file with protoc v21.1

Command used -
protoc.exe --js_out=import_style=commonjs,binary:. employees.proto
Error -
'protoc-gen-js' is not recognized as an internal or external command,
operable program or batch file.
Version Used -
protoc.exe --version
libprotoc 3.21.1
--js_out: protoc-gen-js: Plugin failed with status code 1.

What is this error installing the Anaconda debugger

I run this script from the Anaconda terminal:
conda create -n jupyterlab-debugger -c conda-forge jupyterlab=3 ipykernel>=6 xeus-python
and I get this
Preparing transaction: done
Verifying transaction: done
Executing transaction: | WARNING conda.gateways.disk.delete:unlink_or_rename_to_trash(143): Could not remove or rename C:\Users\nicomp\anaconda3\envs\jupyterlab-debugger\Lib\site-packages\te
stpath\cli-32.exe. Please remove this file manually (you may need to reboot to free file handles)
done
ERROR conda.core.link:_execute(699): An error occurred while installing package 'conda-forge::pywin32-302-py310he2412df_2'.
Rolling back transaction: done
[Errno 2] No such file or directory: 'C:\\Users\\nicomp\\anaconda3\\envs\\jupyterlab-debugger\\Library\\bin\\pythoncom310.dll'
()
So it says I need to delete
C:\Users\nicomp\anaconda3\envs\jupyterlab-debugger\Lib\site-packages\te
stpath\cli-32.exe
but that file isn't on my computer in the first place.

Is there a reliable Command Line or Powershell step format to run RSpec tests on TeamCity?

We are experimenting with using RSPec for our UI tests and noted that while attempting to integrate these with TeamCity we end up with environment related errors. The problem is that when we run these tests locally on the build server they run without any errors.
We are trying to execute the login test within a working directory located on the build server with a Command Line or Powershell:
cd D:\web_smoke_tests-master
gem install bundler
rake cloud:chrome
We are returning the following error in our build log despite the environment containing all of the ruby dependencies. Note that this is a windows build server / build agent.
[21:31:30]Step 3/5: Execute login test (Command Line)
[21:31:30][Step 3/5] Starting: C:\TeamCity\buildAgent\temp\agentTmp\custom_script #edited out
[21:31:30][Step 3/5] in directory: D:\web_smoke_tests-master
[21:31:30][Step 3/5] 'gem' is not recognized as an internal or external command,
[21:31:30][Step 3/5] operable program or batch file.
[21:31:30][Step 3/5] 'rake' is not recognized as an internal or external command,
[21:31:30][Step 3/5] operable program or batch file.
[21:31:30][Step 3/5] Process exited with code 1
[21:31:30][Step 3/5] Step Execute login test (Command Line) failed
Regarding the above. This was due to the user containing the build agent not having any ruby dependencies installed and as a result "gem" or "rake" were not recognized.

Path error while running rabbitmq-server

C:\rabbitmq-server-3.6.0\scripts>rabbitmq-plugins enable rabbitmq_management
'realpath' is not recognized as an internal or external command,
operable program or batch file.
init terminating in do_boot ()
'realpath' is not recognized as an internal or external command,
operable program or batch file.
init terminating in do_boot ()
'realpath' is not recognized as an internal or external command,
operable program or batch file.
{"init terminating in do_boot",{undef,[{rabbit_plugins_main,start,[],[]},{init,start_it,1,[{file,"init.erl"},{line,1053}]},{init,start_em,1[{file,"init.erl"},{line,1034}]}]}}
init terminating in do_boot ()
C:\rabbitmq-server-3.6.0\scripts>rabbitmq-server
realpath' is not recognized as an internal or external command,
operable program or batch file.
{"init terminating in do_boot",{undef,[{rabbit_prelaunch,start,[],[]},{init,start_it,1,[{file,"init.erl"},{line,1053}]},{init,start_em,1[{file,"init.erl"},{line,1034}]}]}}
Crash dump is being written to: erl_crash.dump...done
init terminating in do_boot ()
I am using erlang version 7.0 and rabbitmq 3.6.0
I have set environment variables as follows
ERLANG_HOME - C:\Program Files\erl7.0
RABBITMQ_SERVER - C:\rabbitmq-server-3.6.0
Please Help
For windows
Open command prompt
change directory to C:\Program Files\RabbitMQ Server\rabbitmq_server-
3.7.12\sbin
type command rabbitmq-plugins enable rabbitmq_management
There are likely some additional steps you need to follow for Windows OS:
Rabbitmq manual for Windows

thrift/TDispatch processor.h No such file or directory error

I am trying to run a Makefile, and coming up with this error:
thrift/TDispatch processor.h No such file or directory
compilation terminated
Thrift is installed in /usr/local/bin/thrift, I have make sure by writing thrift in terminal.

Resources