package-managers

How to install a package for specific version on python on windows 10?

帅比萌擦擦* 提交于 2020-01-06 08:13:11
问题 I currently have Python 3.7.4(64 bit) and Python 3.6.6(64 bit) on a Windows 10 64 bit laptop with both versions in my system environment variables(path). I previously only had 3.7 and installed 3.6 to use pocketsphinx , and now I want to upgrade PyAudio of my 3.6. doing pip install --upgrade pyaudio is upgrading the pyaudio of 3.7. So, how do i upgrade(or even install) packages of specific python versions on a windows machine? Here's also what I've tried: python-3.6.6 pip install --upgrade

Parsec3 blocked by parsec, what ever I do

烂漫一生 提交于 2020-01-06 03:16:26
问题 using a cabal file looking like this (the relevant library part): build-depends: base >=4.8 && < 4.9, filepath >=1.4 && <1.5, time >=1.5 && <1.6, bytestring >=0.10 && <0.11, unix >=2.7 && <2.8, cryptohash >=0.11 && <0.12, process >=1.2 && <1.3, transformers >= 0.4 && < 0.5, text >= 1.2 && <= 1.3, base16-bytestring >= 0.1.1 && < 1.1.2, utf8-string >= 1 && < 1.1, directory >=1.2 && <1.3, regex-base >= 0.9 && < 1.0, regex-pcre >= 0.94 && < 0.95, regex-base >= 0.93 && < 0.94, direct-sqlite >=2.3

how to install private repo using glide golang

大城市里の小女人 提交于 2020-01-05 05:53:28
问题 I am using glide as package management for my golang project. I can't able to get private repositories using glide get bezos.gitlab.com/gomock . It asks username & password even i give correct credentials, it ended up throwing error. Please suggest any idea. 回答1: It is nothing do with glide or any other package management tools. You have to set create and set gitlab access token in your git http.extraheader. Go to your gitlab settings -> access token and create new access token, make sure to

Error in cx_freeze Build

这一生的挚爱 提交于 2020-01-03 03:26:08
问题 I am using cx_freeze to bundle my app. I have 2 questions. 1) I am using OSX Mountain Lion - the /build/exe.macosx-10.8-x86_64-2.7 that I have - will it contain executables for Windows, Linux as well - and if so, where in the list can I find it? My original script is cpu.py. The dir contains a lot of ".so" files and 1 "cpu" file. 2) When I try "cpu" from the list above, I get this output. 'psutil' is a Python module required for the script - cpu.py. Desktop/build/exe.macosx-10.8-x86_64-2.7

Install nodeJS inside conda environment

[亡魂溺海] 提交于 2020-01-02 00:54:30
问题 I want to use NodeJS and AngularJS for a small project. Can I use conda's virtualenv to install these packages inside a separate virtual environment, and then have them removed from the system once I delete the virtualenv? 回答1: You can for sure use conda to create virtual environments for nodejs programs. $ conda create -yn myapp nodejs $ conda activate myapp $ node --version v8.11.3 $ npm --version 5.6.0 And then in the environment myapp , you can do all of your app development and once you

How do I permanently set a new Default project in the VS NuGet Package Manager console?

烈酒焚心 提交于 2020-01-01 08:18:17
问题 I am using VS2012 and every time I reopen VS, the Default project in the NuGet Package Manager console has been reset to what seems like a arbitrary project, and I have to use the dropdown list to reset to the appropriate project. How can I set (and persist this setting) for the default project for the package manager console? 回答1: As it stated in documentation here Package Manager Console's Default Project is whatever project set as StartUp Project on your solution level. You can control

Why isn't pip updating my numpy and scipy?

半腔热情 提交于 2020-01-01 02:25:53
问题 My problem is that pip won't update my Python Packages, even though there are no errors. It is similar to this one, but I am still now sure what to do. Basically, ALL my packages for python appear to be ridiculously outdated, even after updating everything via pip. Here are the details: I am using pip, version 1.5.6. I am using Python, version 2.7.5 I am on a Mac OSX, verion 10.9.5. Using that, I have: My numpy version is 1.6.2. My scipy version is 0.11.0. My matplotlib version is 1.1.1. Even

How to obtain older versions of packages using MSYS2?

强颜欢笑 提交于 2019-12-31 10:47:48
问题 I decided to try CLion for Windows, which recommends either MinGW or Cygwin for compilation. I installed the MSYS2 package manager into the default folder, C:\msys64 , updated it by running update-core and pacman -Su . I then downloaded the MinGW64 package using pacman -S mingw-w64-x86_64-gcc , which has been placed into C:\msys64\mingw64 . The problem is, pacman -S mingw-w64-x86_64-gcc currently downloads the version 5.0, which is not yet supported by CLion. Does MSYS2 support installing

Is there a way to sync Sublime Text settings across multiple computers?

梦想的初衷 提交于 2019-12-31 08:55:50
问题 I have two computers, a desktop and a laptop. Now I have set up my ENV to sync with the help of a dropbox link. Is there a way to sync my Sublime Text 3 settings between these two computers including all my plugins, preference files, etc... and, if so, how can I set things up to sync properly? 回答1: I am assuming you are using Package Control for managing your plugins. What to Sync Both a list of your packages as well as all of your settings files are all contained within your Packages/User/

Is there a way to sync Sublime Text settings across multiple computers?

偶尔善良 提交于 2019-12-31 08:52:46
问题 I have two computers, a desktop and a laptop. Now I have set up my ENV to sync with the help of a dropbox link. Is there a way to sync my Sublime Text 3 settings between these two computers including all my plugins, preference files, etc... and, if so, how can I set things up to sync properly? 回答1: I am assuming you are using Package Control for managing your plugins. What to Sync Both a list of your packages as well as all of your settings files are all contained within your Packages/User/