Enthought Canopy, pip not installing freshest github commit - enthought

I'm really perplexed by this behavior:
I am installing a github repo using pip with the Canopy Command Prompt in Enthought Canopy version 1.5.2
When I install a package from github, it clones the file, installs and says everything is up to date and even changes the version number, but the imported package is still the old version
For instance, I change the names of a function from version 7.1.1 to 7.1.2. When I go to install the latest version, pip tells me I have installed version 7.1.2, but the changes are not taking place in the actual install when I import the file in the Canopy Editor, in fact a simple help(package) is showing the old version as still installed. So pip in the Canopy Command Prompt is telling me I am installing the latest version, but when I import that package in the actual Canopy Editor, the older version is installed.
I have restarted my kernel, closed the Enthought program, but neither seem to fix the problem.

Related

Install DeepSpeech on Mac M1

At the moment I need to install and run DeepSpeech on my local.
Can someone help me how with installing DeepSpeech on my Mac. I have already installed Python 3.10.0 but it seems like this version do not work with DeepSeech

Simics Eclipse not found. Please install package 1001

I downloaded Intel-Simics-Public-Release-Preview and have it installed on a CentOS 8.4 box, I went to my-simics-project-1 directory, there is a simics-eclipse, but when I run it, it reports an error: Simics Eclipse not found. Please install package 1001..
Is that because the preview version doesn't contains that package?
As noted on Intel website,
The Eclipse* IDE for SimicsĀ® software GUI is not included in the public Simics simulator release.

Unable to install locust on windows

Hi i am trying to install locust on windows with python version 3.7.3, using pip install locustio but getting below error.
ERROR: Could not build wheels for gevent which use PEP 517 and cannot be installed directly
I was getting above error because Visual Studio was not installed in my machine. When I did I was able to install locust, and its working fine now.
Had faced a similiar issue on MacOS.
The MacOS Catalina update upgraded my system python was 3.8. (Gevent works with <3.7)
Installing a lower version with pyenv fixed it.

missing menu bar in texstudio 2.10.8 on linux mint 17.3

I normally use the most recent version of TexStudio with my Linux Mint system by downloading the source tarball and compiling it in my machine. Recently I upgraded Mint to 17.3 and TexStudio to 2.10.8 at the same time.
However, when I installed TexStudio, the menu bar was not there anymore, I uninstalled and reinstalled the stable version 2.6.6, everything was fine, but upgrading it to 2.10.8 again, menu was lost.
Does anyone have a clue how to fix this?
it worked fine for me, taking the xUbuntu 14.04 package. Linux Mint 17.3 is based on that version of Ubuntu. Its better to use the pre-build package

Ipython option not visible in spyder

I just installed the macports versions of spyder and ipython onto my macbook pro running osx 10.8. There does not seem to be a way to open an ipython console from this version of spyder. That is, there is no mention of ipython in the Interpreters menu, nor in the preferences.
Has someone come across this problem and might know how to fix it? Many thanks.
Adrian
(Spyder dev here) According to this page the latest stable IPython version in MacPorts is 1.0, which is unsupported by Spyder 2.2.3 (our latest stable release).
We are working right now to make it compatible for our next release (i.e. 2.2.4), which will be available in two weeks.