sporkus / probe_accuracy_tests

GNU General Public License v3.0
139 stars 29 forks source link

Error running install script #21

Closed Kosh42 closed 1 year ago

Kosh42 commented 1 year ago

When running the scrip the git pulls fine, but then I get this:

Traceback (most recent call last):
  File "/home/tim/.local/bin/pip3", line 5, in <module>
    from pip._internal.cli.main import main
ImportError: No module named pip._internal.cli.main

Same when I go in to the cloned directory and run ./install.py.

Kosh42 commented 1 year ago

Update: Running pip3 install -r requirements.txt generates the same error.

sporkus commented 1 year ago

Maybe something is wrong with your python installation.

You can try. Hope that helps! python -m pip install --upgrade pip

On Wed, Aug 9, 2023 at 10:58 PM Kosh42 @.***> wrote:

Update: Running pip3 install -r requirements.txt generates the same error.

— Reply to this email directly, view it on GitHub https://github.com/sporkus/probe_accuracy_tests/issues/21#issuecomment-1672601957, or unsubscribe https://github.com/notifications/unsubscribe-auth/AYRH3KN6RZMNWRET5DP4TW3XURZ63ANCNFSM6AAAAAA3K7ACEA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

Kosh42 commented 1 year ago

Looks like I was. Was just about to close this as I force reinstalled and all seems good. TY for the awesome work on this. Have used it in the past and love it.