How to start Spyder in Linux Enthought Canopy - linux

I have installed Enthought Canopy v-2.1.6 and downloaded Spyder v-2.3.8-8 with the Canopy Package Manager. There were no warning or error messages during the installation, but I can figure out how to start Spyder

I'm running Windows 10, not Linux. But after reading this question I installed Spyder via the package manager and tried to run it. I ended up finding the "spyderlib" folder in the site-packages directory and pulled the file spyder.py into the editor. Running it launched Spyder.
I know it has been a while since the question was posted, but I hope this helps somebody.

Related

'{CONDA_ROOT_PREFIX}\\shell\\condabin\\conda-hook.ps1' not found on PS launch from Anaconda Navigator

I had Anaconda3 installed and decided to install miniconda. The initial installation seems to be in ProgramData/Anaconda3 base. Miniconda is in Users\myname\miniconda. When I run anaconda-navigator from the miniconda base installation it reports version 2.1.4. When I run it from Anaconda3 base it is version 1.9.7. The launch link for the PS Prompt on the new mini installation works, but on the old installation of Anaconda3 base, the launch link returns the error.
I'm guessing it might be a path problem but I'm not sure. I don't see any path variable (in Windows 10) with either Anaconda3 or miniconda. The navigator automatically crates those links when you click on install and launch. I tried to remove the application by clicking on the little cog on the card, but all I got was a "Multiple errors" message and it failed to even remove it.
How can I fix this, or have I completely messed up my Anaconda installation?

Spyder failing to launch - “could not find or load the Qt platform plugin windows”

I've recently had to do a fresh install of windows and reinstall all the software I was previously using including anaconda.
I still have all the data from before the reinstall. To save me from pip installing all the packages I was using, I thought it would be easier to copy and paste the environment info from pre windows reinstall (left image) into the environment folder of the freshly installed anaconda (right).(Information/Folders in question)
I'm getting this error message when I try to launch Spyder.
Juypter notebook seems to be working fine but I get the error shown when I attempt to launch Sypder in the 'imported environment' TensorFlow1.8CPU.
Can anyone tell me how to resolve this?
I'm also open to hear any other ways of importing the environment from pre windows install anaconda folder.
I solved this problem by installing spyder with a lower version.

PyMesh Installation on Python 3.6 Windows

I am trying to install Pymesh on Python 3.6.
In my first try, I installed through pip, however it installed a wrong PyMesh than I wanted.
It installed the following, https://pypi.org/project/pymesh/, while I wanted https://pymesh.readthedocs.io/en/latest/
I uninstalled it, and tried installing the later PyMesh, however no luck. There were no instructions for windows. I downloaded the source from github. I extracted and pasted it in C:\Python36\Lib\site-packages
Then I ran python3 setup.py build - when an error showed up, I also tried python3 setup.py install, which worked. However, I am unable to do a simple basic command mentioned in the web page: https://pymesh.readthedocs.io/en/latest/basic.html
It is saying pymesh does not have module name load_mesh.
Looking for the process or thoughts on how to properly install pyMesh for Windows.
My go to solution for problems like this on Windows is always to try it in a conda env first. If that fails, use Docker.

Why Cygwin can't find installed modules of python on windows?

After clean installation of Windows 10, I installed Python 3.7.1, and at the end of installation I chose to add it to Path Variables, which was asked in the options if I want to. Then I installed Cygwin, after which I did pip install --something inside Cygwin. But When I tried to import that module it throwed error cant find module.What is happening here?
You are mixing the installation and that does not work. If you need Python inside cygwin use its own version.
The last version of Cygwin Python 3 is 3.6.4-1
https://cygwin.com/packages/x86_64/python3/python3-3.6.4-1
If you need to upgrade the Windows installation run pip from outside the Cygwin enviroment

Anaconda installed without conda.exe

I had missing conda.exe in Continuum\anaconda3\Scripts folder, so conda command doesn't work. This is not PATH problem. After that I have uninstalled anaconda, rebooted and installed just downloaded last version of anaconda. Installation was without admin rights. After that I still have conda missing in that folder.
What can I do? Is where a way to install conda eventually? Is it better to open an issue?
Windows 10, anaconda 5.01
PS I have previously installed Anaconda. Which I believe was installed with admin rights to whole users. Can it cause such problem?
I had the same issue in installation.
Issue: anaconda.exe file not found
Solution worked for me : Installed with admin rights and anaconda.exe was found in installation folder and startup menu.
Status : Resolved
There have been multiple reports of incomplete Windows Anaconda installations with Anaconda v5.0.1. There is a current workaround that you could try to see if this resolves the problem: https://docs.anaconda.com/anaconda/user-guide/troubleshooting#cannot-open-anaconda-prompt-after-installation
Uninstalled and installed with miniconda. Then installed with conda Anaconda, everything is fine now

Resources