-
Notifications
You must be signed in to change notification settings - Fork 85
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
Failed to install package 'PyVimeo' #129
Comments
I don't have a Windows machine to test, but how are you attempting to install the package? Within PyCharm, or from your Windows shell? |
@erunion I tried both(PyCharm 2018.1 and Window shell). The same error has occurred. |
@maclove9 Try installing the
Lmk, how this goes. |
@Onebrownsound I tried install the Pycurl, but result same. |
@maclove9: Are you using Python 3.7? IIRC pycurl is supported up to Python 3.6 (as stated here: https://pypi.org/project/pycurl/), maybe that's related to the issue. |
@tocsinde I succeed install PyCurl, but result same. |
After getting PyCurl installed successfully, are you getting a different output from pip, or the same telling you to specify the path to |
@maclove9 Having a tough time reproducing. With a fresh Python (2.7) install with no packages or PyCurl/Curl on the system, the pip install functioned. What version of Python are you using? |
@Onebrownsound Python 3.6.6 |
I'm having the same issue on python 3.6.4. I've removed the upload part which depends on tusclient, I believe that's the only thing that requires pycurl. Removing this from the library fixed my issue! |
Same problem here! |
I am also having the same issue on 3.7 I can not get past the error stated above no matter what I install additionally or upgrade or fix. I have upgraded pip, setuptools and installed various other tools, however, I still get the error when attempting to install PyVimeo |
ok so here is the solution to this process. You have to download the PyVimeo download from the same place you found the issues. I downloaded it to the c drive. Then I ran that package python -m pip install c:\filename.gz --user and it works fine, you will need to update pip and setup tools as well. At least I did. You only get the issue if you attempt to download the file and install at the same time. |
If @Jazzydex's solution works for everyone else, we can update our readme with some Windows-specific clarifications. |
@erunion , it's not a Windows specific issue. I tried to install it on my Ubuntu 16.04, it shows the same error. |
@Jazzydex , can you please elaborate? I didn't understand the solution. Do I have to download pyvimeo on a specific path? |
Pull the package from the website rather than from within python. It pulls
the wrong version or something. It'll work then.
…On Mon., 12 Nov. 2018, 12:34 farhanmasud ***@***.*** wrote:
@erunion <https://github.com/erunion> , it's not a Windows specific
issue. I tried to install it on my Ubuntu 16.04, it shows the same error.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#129 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AqP7CD4i8SDK0VM_Ahj_Ju_J1IAvSmmJks5uua0YgaJpZM4VXWBB>
.
|
Download it from Vimeos developer portal.
…On Mon., 12 Nov. 2018, 13:10 farhanmasud ***@***.*** wrote:
@Jazzydex <https://github.com/Jazzydex> , can you please elaborate? I
didn't understand the solution. Do I have to download pyvimeo on a specific
path?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#129 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AqP7CMp3gRj-1mNylq85FB5BhQKWBSKuks5uua1ggaJpZM4VXWBB>
.
|
@Jazzydex fix worked for me also. I just downloaded the Zip from the Github page and moved the "vimeo" folder into my Python "Lib" folder. The only other issue I ran into was I needed to install "tus-py" https://github.com/tus/tus-py-client. But that was a simple After tuspy was installed I was able to |
Killer, fantastic!
…On Mon., 19 Nov. 2018, 16:24 Mitch Tabian ***@***.*** wrote:
@Jazzydex <https://github.com/Jazzydex> fix worked for me also. I just
downloaded the Zip from the Github page and moved the "vimeo" folder into
my Python "Lib" folder. The only other issue I can into was I needed to
install "tus-py" https://github.com/tus/tus-py-client. But that was a
simple pip install tuspy.
After tuspy was installed I was able to import vimeo into my python files.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#129 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AqP7CCjDYKDRb6K2Dfi_gLTLsxdCWYtQks5uwyGegaJpZM4VXWBB>
.
|
I have the same problem on Debian 9.6 -- PyVimeo wouldn't install from pip (on a anaconda setup)
I cloned this repo, and copied the |
@gabrielmontagne Please try appending |
thanks, that worked perfectly 👍 |
This works for me! |
I get the same problem on MacOS 10.14.2. I am using the default installation of Python and the command "sudo pip install PyVimeo --ignore-installed? I get the error: ERROR: tuspy 0.2.1 has requirement certifi==2017.7.27.1, but you'll have certifi 2019.6.16 which is incompatible. If I go into an interactive Python session, I can import vimeo but it causes this error: ImportError: pycurl: libcurl link-time ssl backend (openssl) is different from compile-time ssl backend (none/other) |
My EnvironmentPython 3.6 What HappenedI paste the 'vimeo' folder into my python Lib folder.
an error occurs
Any insight? |
Figured it out... the problem was the name of the file. |
I am also getting the same error. |
please reopen this issue |
Same issue here, also using Windows. |
EDIT: Scratch that, @mitchtabian answer was correct.
hope that helps. |
I getting the error i install successfully pyvimeo in mac. but it's give me the error like Module 'vimeo' has no attribute 'vimeoclient' PyVimeo==1.0.11 |
I getting the error i install successfully pyvimeo in mac. but it's give me the error like Module 'vimeo' has no attribute 'vimeoclient' PyVimeo==1.0.11 Do you have any idea why i m getting this error |
Hi, I'm trying to install with PyCharm(windows 10)
Excuted command :
pip install Pyvimeo
Command output :
The text was updated successfully, but these errors were encountered: