I'm new to using anaconda and after going through some documentation I decided to try it out. I want to create new environment in anacond so I follow the setup and on the create environment dialog box i was only able to input the environment name but the checkbox next to the package is disabled I don't know why it's like this I have try to close the programe and relauch it as an administrator but the problem still persist.
system specification: windows 10
anaconda version: 2.1.1
any help on why this happen. thanks
Related
An installation process for Java crashed.
When I try to restart the installation, I get the message that there is another installation still running.
Where is this flag and how can I reset it?
Try the tip number 6 from https://windowsreport.com/another-installation-already-progress-error-windows-10/#6.
Run regedit. Then find the keys "HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsInstallerInProgress" and "HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionInstaller" and locate the Default value and double click it. Delete the values from Data value field.
After making changes to your registry, you need to set the Startup type of the Windows Installer service to Disabled. After that, restart your PC and set the Startup type for Windows Installer to Manual.
Would anyone know how to get Anaconda Navigator to update to the latest version of 2.1.0? Every time I try it will not do it. I looked it up on Youtube and there was a video post that said to try as an administrator. I tried that as well. When I hit update the window opens and strongly suggests updating to 2.1.0. It asks me if I want to update it, and I tap the yes button in green. It says that it will automatically shut down and begin the update, but once it shuts down it never updates or anything. Can anyone give me some insight as to what to do next?
Same issue, Solved by opening command prompt as administrator and using
conda install anaconda-navigator=2.2.0
Version Information
Weblogic 12.2.1.3,
Forms [64 Bit] Version 12.2.1.3.0
I have installed Forms Builder only on my machine. I follow the proper configuration steps to configure the forms.
Full installation of WebLogic on a separate server.
When I am trying to run a module through the form developer's debug push button it shows the below message
"Frm-42431 Unable to Initialize Debugger"
I made the change in formsweb.cfg allow_debug=true, and also debugger.jar is included in class path in default.env.
Help is also not working. When I try to open the help system. The below message is open.
FRM-18105: Failed to start the help system.
Please help me find out the solution for this problem.
You need to make sure your local environment variable(FORMS_BUILDER_CLASSPATH) is the same as what is in the registry editor(check under KEY_OracleHome1). If not the same or you don't find it in the local environment variables just do this:
Open Registry Editor -> computer -> HKEY_LOCAL_MACHINES -> Software -> Oracle -> KEY_OracleHome1
Look for FORMS_BUILDER_CLASSPATH right-click -> modify -> Copy all under value data
Paste it into the notepad and look for ORACLE HOME under FORMS_BUILDER_CLASSPATH do the same copy all under value data textbox that the path of your files.
Then go back to your note pad replace all '%ORACLE_HOME%' with the path you copied on oracle home.
It should look like this after replacing all :
C:\Oracle\Middleware\Oracle_Home\jlib\frmbld.jar;C:\Oracle\Middleware\Oracle_Home\jlib\importer.jar;C:\Oracle\Middleware\Oracle_Home\jlib\debugger.jar;C:\Oracle\Middleware\Oracle_Home\jlib\utj.jar;C:\Oracle\Middleware\Oracle_Home\oracle_common\jlib\ewt3.jar;C:\Oracle\Middleware\Oracle_Home\oracle_common\modules\oracle.bali.share\share.jar;C:\Oracle\Middleware\Oracle_Home\jlib\dfc.jar;C:\Oracle\Middleware\Oracle_Home\oracle_common\modules\oracle.help\ohj.jar;C:\Oracle\Middleware\Oracle_Home\oracle_common\modules\oracle.help\help-share.jar;C:\Oracle\Middleware\Oracle_Home\oracle_common\modules\oracle.help\oracle_ice.jar;C:\Oracle\Middleware\Oracle_Home\oracle_common\modules\oracle.bali.jewt\jewt4.jar;C:\Oracle\Middleware\Oracle_Home\forms\java\frmwebutil.jar;C:\Oracle\Middleware\Oracle_Home\forms\java\frmall.jar;C:\Oracle\Middleware\Oracle_Home\forms\java\frmwebsocketjsi.jar
Then go to environments variable under system variable click new then variable name add FORMS_BUILDER_CLASSPATH on value add all text you copied on note pad after replace.
Close and Open forms again it should work now.
I am trying to install Canopy and I got this message throw the instalation process:
Acces is denied. Please change the permisions and restart Canopy.
When I click OK, I see another message:
Canopy was not able to install User Python Enviroment at 'C:\...'. Please submit a bug report.
When I finally open Editor in Canopy, I can see that "Python kernel has crashed", and I cant type anything.
What should I do? I tried three time everything from this page:
https://support.enthought.com/hc/en-us/articles/115001433803-Uninstalling-and-resetting-Canopy%20v2
But still nothing.
Can somebody help me please?
Submit a report from the Canopy help menu => Feedback / bugs. The report will include some detail about your setup and will allow Enthought Support to make specific suggestions.
I am trying to install Laravel's Homestead on an old Machine that I have. couple dependansies that Homestead will need in VM VirualBox and Vagrant.
I was able to install VM VirtualBox but everytime I try to install vagrant_1.7.4.msi it won't event show the installation process.
I don't get any error or any type of hints. I double click on the file and nothing happens. I tried rebooting my server which did not help.
I tried to run vagrant as admin and that did not help
any Idea why the installer will not start?
I figured out the problem.
right click on the installer and select "Properties"
At the bottom of the "Properties" page under advanced button you will find a button called "Unblock" clock it and try to install the program.
This problem drove me crazy for 2 days I hope it help someone stuck!