Anaconda says unable to create process on windows10 - python-3.x

I have installed Anaconda3 on my Windows 10 machine. Installation complete all fine. Then i added the in %PATH%. But when I am trying to launch anaconda prompt it says that
Unable to create process using 'C:\Users\anjaneya\Anaconda3\python.exe C:\Users\anjaneya\Anaconda3\Scripts\conda-script.py ..checkenv "cmd.exe" "C:\Users\anjaneya\Anaconda3"'
Not sure what is wrong. Please help.
Many Thanks,

I recently encountered the same problem as you. After some groping, I solved it.
You can try the following method:
Open cmd in this directory
C:\Users\anjaneya\Anaconda3\python.exe C:\Users\anjaneya\Anaconda3\Scripts
then input:
>conda list
Then I found out that my program is working properly.
I hope I can help you

Related

I Have created Exe Using Pyinstaller.How to bundle Cx_racle into this

My Script is having import cx_oracle where it is connecting to Oracle DB and doing some action. I have created exe for Windows machine using pyinstaller and tried to achieve same in my machine it is working properly. When I tried in another machine without installing python it is throwing an error like below.
Please help how can I overcome this issue.
Error:
cx_Oracle.DatabaseError: DPI-1047: 64-bit Oracle Client library cannot be loaded: "The specified module could not be found". See https://oracle.github.io/odpi/doc/installation.html#windows for help
[1856] Failed to execute the script
Hi Finally after long time trial and error. Found the resolution.
the machine where you want to run the stand-alone application that is using cx_Oracle please follow below steps for windows:
1.Download the instant client form the below URL.
https://oracle.github.io/odpi/doc/installation.html.
2. Unzip it and copy the path set it in Environment Variable.
3. After this, I have executed exe its worked fine foe me.

Anaconda 64bit install has begun to fail

I have been using Anaconda 3-5.0.1 with spyder3. Spyder has begun to fail.
I tried to remove and reinstall but reinstall fails. I removed hidden folder
anaconda3 to no avail. I now have no working spyder. I am installing 64-bit version in Windows 10. There are a variety of error messages including cant create menus. I have run this install many times prior to today (2/8/2018).
I assume continuum changed something.
I would greatly appreciate guidance.
For those of you who still have the same issue, try to follow the link below.
http://shirabeta.net/Anaconda-install-error.html#.WopGl6huY2z
You may need to have a google translate as it's a Japanese blog.
I deleted JDK, JRE and all java related paths in the environment setting as suggested in the blog. Then I could successfully install anaconda3.5.1.0_64bit with no error.

Error executing action install on resource 'windows_package[Node.js]'

I am trying to install workup in my parallels in Mac Book Pro.
I tried the command workup on powershell (in Administration Mode).
But when I run this command it throws this error as shown below and because of it I am not able to continue my further installation.
Error executing action install on resource 'windows_package[Node.js]'
I am also adding the snapshot of the error . So, please refer to it as well.
The problem is solved by uninstalling the node.
There was mismatch in node versions.
So, I uninstalled node from the system and workup itself install's node and it works after this.
Thanks :)

Odoo Mac OSX installation get error "Could not execute command lessc" in PyCharm Community Edition

I installed Odoo 9 on Mac OSX using Homebrew virtual environment.
I installed npm, less and less-plugin-clean-css.
Finally if I launch Odoo from the Mac Terminal, using the appropriate parameters, everything goes well and I can enter my odoo with localhost:8069.
I then setup PyCharm Community Edition for odoo development, but when I run odoo from within PyCharm I get the error:
"Could not execute command lessc"
and obviously the web layout is totally wrong.
I saw here NodeJS plugin in IntelliJ Community Edition does not work that you cannot use NodeJS plugin with PyCharm CE.
My question then is: "How to enable PyCharm CE to use less and get rid of the error?".
If you are in Pycharm in getting error Could not execute command lessc and you have installed less which you can check by entering lessc command in terminal
Fix:
If you are using virtualenv then activate virtualenv from terminal and restart the server again from terminal, this time it won't give any error.
If you are not using virutalenv then you can just run from terminal server without any problems
I'm not sure why this problem is specific to PyCharm.
I had the same issue from PyCharm Professional, but I solve this issue with this way
When i finish installing the PyCharm pro ,then i set the environment variables in the 'run/debug configuraition'
(/usr/loca/bin)
which value(path) i found is using command "which lessc" in the terminal
Then I think the PyCharm can find lessc, and finnally I get rid of this nightmare
`Could not execute command 'lessc'
For me, updating the node was the solution. It was version 0.10.33. Now it's 6.1.12.
Check out this answer. You must uninstall node and reinstall it in a certain order:
https://stackoverflow.com/a/36395799?noredirect=1
At least that is what worked for me.

how to compile Intellij IDEA from Source to Executive file

i download Intellij Idea 13 (ideaIC-13.tar.gz) from jetbrains.com and i want to install it on ubuntu 13.10.
i'm not prefer to run intellij with terminal commands everytime i wanna use it, it's gonna be great if i can open it like another applications we install from ubuntu software center.
so i searched over the internet and found out i should compile it to .deb file to do that. i tried several ways to compile but i got error every time.
can anyone help me solve this problem?
thanks in advance
edit :
i tried "Create Desktop Entry" to make shortcut for it, but i got this error.
there is another warning about "native file watcher". how can i solve them?:|
the problem was my Ubuntu installation or lack of my ubuntu dependencies.
now i use Ubuntu 14.04 LTS and Intellij Idea Works Properly! i just run the .sh file with bash command.
and Create Desktop Entry worked fine.

Resources