-
Notifications
You must be signed in to change notification settings - Fork 1
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
Something is broken with Python 3.6 #12
Comments
Thank you for reporting @karamanolev! I think it was due to a bad reference to an old file in the I've since updated the release and it appears to be working for me. Could you try again and let me know if you run into the issue?
|
* Fix error on installation #12. * Add requests-mock. * Update version.
@daspecster I think there is now 1.0.0b2 on pypi, but I get the same error. Here, I created a brand new virtualenv and installed the latest ziptastic-python from pypi. By the way, I'm on Ubuntu 18.04 if it makes any difference:
|
Can you run a couple commands for me?
|
@daspecster Same virtualenv as above:
|
Hmmm... So I have python 3.6.4 installed and it's working as expected. I'm not sure what would have changed in 3.6.5rc1 to cause this. I'll install 3.6.5rc1 and see what I can find ou. |
I'm having the exact same problem with ziptastic-python 1.0.0b2 - tested with Python 3.6.6 and 2.7.13 on Mac OS 10.13.6. It seems like pip isn't actually installing the ziptastic.py module.
|
Interesting...why does it work for me? lol @ebk46 are your steps to reproduce the same as the previous ones? |
Yep! Here is a full output:
|
@ebk46 I'm not able to reproduce the issue. Does it work if you try and access python with I also saw some issues with Anaconda and the site-packages path. You may have to install it with |
I haven't confirmed it's only Python 3.6, but on a system with Python 3.6 working normally, in a virtualenv, when I do
pip install ziptastic-python
it installs OK, but then:The text was updated successfully, but these errors were encountered: