so the problem is that pypi.org hase been filtered by iranian government(yes , i know it’s ridiculous!). i tried to install some python modules from Github downloaded files: pip install moduleName but every module has it’s own dependencies and try to connect to pipy.org to reach them. then there w…
Tag: installation
Conda is installing a very old version of pytorch-lightning
I tried installing pytorch lightning by runnning: as described here: https://anaconda.org/conda-forge/pytorch-lightning This link seems updated to version 1.6.5 However, when I run this command, an old version of pytorch-lightning is installed, as can be seen here: As you can see, version 0.8.5 is being insta…
Location for Python version on macOS (using universal-installer for 3.10.5)
My very first post here, as new comer to MacOS and Python. Recently installed python 3.10.5 via macOS 64-bit universal2 installer .pkg file downloaded from python.org > Downloads > mac OS on MacOS 12.4 [M1/Apple Silicon]. In terminal, the command python3 shows the version as 3.10.5. But echo $PATH is gi…
How to install the package scikit-geometry?
I am trying to compute a class of Minkowski sums for some mathematical work, but there are too many to do by hand in a reasonable amount of time. I found this documentation for a package called scikit-geometry, but when I write import skgeom as sg as in the examples in the documentation, VSCode can’t fi…
Pip install a whl on a private github repo?
How can one install a .whl (python library) from a private github repo? I have setup a personal access token and can install the library if its not a .whl by using the following command However if there is a .whl in the repo and I want to install from that using: Then I get the following error: I am
Install python shout module in windows 10 (python version 3.9)
I am trying to install python-shout module in windows 10 but it fails. In the ubuntu works well. Edit (06/10/2022): Here is what i have tried to build python-shout in native windows Only download libshout module files from here: Note that i download all the 14 dependencies + this package: winpthreads I rename…
Problems with importing Tensoflow in Jupyter. DLL load failed. Specific module failed to load
I opened up a Jupyter notebook and tried importing tensorflow as tf and got the following error message And here’s the message I received I tried installing it with the following commands But I’m still getting the same error message. I’m using windows 10 if that helps. Oh I also checked in m…
Error when installing tensorflow on Ubuntu Server 20.04
I have a Raspberry Pi 4B with Ubuntu Server 20.04 and I’m getting an error when trying to install tensorflow. I have Python 3.8.5 64-bit installed My pip is also >19.0 Answer From the comment section for the benefit of the community. You need to look for aarch64/arm64 package in order to install Tens…
How can I install two instances of python 2.7.18 with msiexec in Windows 10?
I have an instance of Python 2.7.18 in my computer with Windows 10 (located in C:Python27). Now, I want to install another instance of exactly the same Python to another location (for example, C:my_apppython27), but I have a problem with msiexec program. I have “python-2.7.18.amd64.msi” installer …
How to instal Python packages for Spyder
I am using the IDE called Spyder for learning Python. I would like to know in how to go about in installing Python packages for Spyder? Answer step 1. First open Spyder and click Tools –> Open command prompt. For more details click visit this link, https://miamioh.instructure.com/courses/38817/pages/…