Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Marple installation failed with errors in python version #4

Open
sattishv opened this issue Jan 2, 2019 · 4 comments
Open

Marple installation failed with errors in python version #4

sattishv opened this issue Jan 2, 2019 · 4 comments

Comments

@sattishv
Copy link

sattishv commented Jan 2, 2019

Team
Marple installation failed with the below listed error. Error traces show issues with python3 should i use python2.7

Downloading/unpacking marple
Could not find a version that satisfies the requirement marple (from versions: 0.1.dev1)
Cleaning up...
No distributions matching the version for marple
Storing debug log for failure in /home/sattivasudevan/.pip/pip.log

extract from pip.log


/usr/bin/pip run on Wed Jan 2 06:20:16 2019
Downloading/unpacking marple
Getting page https://pypi.python.org/simple/marple/
URLs to search for versions for marple:

Thanks
Sattish.

@mattjware
Copy link

Hi Sattish,

From the Exception information it looks like your /usr/bin/pip points to python2.7, rather than python3:
File "/usr/lib/python2.7/dist-packages/pip/basecommand.py", line 122, in main

If you use a python 3 pip, this should work. Let us know if you still have problems.

Thanks,
Matt

@sattishv
Copy link
Author

Thanks Matt will try with python3 and update the thread

@mattjware
Copy link

Hi Sattish,

Did it work with Python3? If so, the issue can be closed.

Cheers,
Matt

@sattishv
Copy link
Author

Hi Matt,

It didnt work with python3. I have python -V 3.4.3

Have attached the output

sudo python3 -m pip install marple
DEPRECATION: Python 3.4 support has been deprecated. pip 19.1 will be the last one supporting it. Please upgrade your Python as Python 3.4 won't be maintained after March 2019 (cf PEP 429).
The directory '/home//.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
The directory '/home/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
Collecting marple
Could not find a version that satisfies the requirement marple (from versions: )
No matching distribution found for marple
~# python3 -V
Python 3.4.3
~# python3 -m pip install marple
DEPRECATION: Python 3.4 support has been deprecated. pip 19.1 will be the last one supporting it. Please upgrade your Python as Python 3.4 won't be maintained after March 2019 (cf PEP 429).
The directory '/home//.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
The directory '/home//.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
Collecting marple
Could not find a version that satisfies the requirement marple (from versions: )
No matching distribution found for marple

Thanks
Sattish

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants