[Eric] easy install problem
Dorian ROSSE
dorianbrice at hotmail.fr
Sat Jan 18 13:39:17 GMT 2020
Hello,
can you give me some examples of the command line I must do ?
something like these : ``````python -m venv C:\Users\doria\AppData\Local\Programs\Python\Python38\python.exe (It is my python path)``````
then ``````C:\Users\doria\AppData\Local\Programs\Python\Python38\python.exe C:\eric6-20.1\install.py``````
Or Then ``````C:\Users\doria\AppData\Local\Programs\Python\Python38\python.exe -m pip3 install eric-ide``````
Thank you a lot to explain if I have the truth,
Thank you to give me some examples if I have wrong command line,
Thank you in advance,
Regards.
Dorian ROSSE.
-----Message d'origine-----
De : Detlev Offenbach <detlev at die-offenbachs.de>
Envoyé : samedi 18 janvier 2020 11:23
À : Eric at riverbankcomputing.com
Cc : Dorian ROSSE <dorianbrice at hotmail.fr>
Objet : Re: [Eric] easy install problem
Hello,
the easiest way without disturbing your global Python installation is to install eric in a virtual Python environment. The steps would be
1. python -m venv <path to virtual env directory> 2a. <path to virtual env directory>\scripts\python.exe scripts\install.py or 2b. <path to virtual env directory>\scripts\python.exe -m pip install eric-ide
Step 2b gets the latest eric release from PyPI.
Detlev
Am Freitag, 17. Januar 2020, 21:54:18 CET schrieb Dorian ROSSE:
> Hello my problem here,
>
> PS C:\eric6-20.1\eric6_installing\Scripts> python .\easy_install.exe
> --install-dir eric_installing/ TEST FAILED: eric_installing/ does NOT
> support .pth files
> error: bad install directory or PYTHONPATH
>
> You are attempting to install a package to a directory that is not on
> PYTHONPATH and which Python does not read ".pth" files from. The
> installation directory you specified (via --install-dir, --prefix, or
> the distutils default setting) was:
>
> eric_installing/
>
> and your PYTHONPATH environment variable currently contains:
>
> ''
>
> Here are some of your options for correcting the problem:
>
> * You can choose a different installation directory, i.e., one that is
> on PYTHONPATH or supports .pth files
>
> * You can add the installation directory to the PYTHONPATH environment
> variable. (It must then also be on PYTHONPATH whenever you run
> Python and want to use the package(s) you are installing.)
>
> * You can set up the installation directory to support ".pth" files by
> using one of the approaches described here:
>
>
> https://setuptools.readthedocs.io/en/latest/easy_install.html#custom-i
> nstal
> lation-locations
>
>
> Please make the appropriate changes for your system and try again.
>
>
> Do you know what I need to do for install your program ?
>
> Thank you in advance,
>
> Regards.
>
>
> Dorian ROSSE.
>
>
> Provenance : Courrier<https://go.microsoft.com/fwlink/?LinkId=550986>
> pour Windows 10
--
Detlev Offenbach
detlev at die-offenbachs.de
More information about the Eric
mailing list