-
Notifications
You must be signed in to change notification settings - Fork 70
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
pip install
installs old vapory
version
#40
Comments
Will this be fixed at some point? |
Hey @Zulko , the fix is easy, just download and unzip vapory-master and change «path/to/library/» to the path in which the library sits:
this keeps popping up. I wanted to create an online video series using vapory. I can only really do that if you upload the full version. Otherwise I'll upload another repo to pypi that I'll keep up to date and direct users to it. I really don't want to do that. Let me know what you want. |
I uploaded a new version. For all people running into this issue |
Starting with a clean (
vapory
-free) environment, I just ranpip install vapory
and gotSuccessfully installed vapory-0.1.1
. When I ran my code (that usesvapory
), I got acannot import name VertexVector
error. Uninstalling frompip
, thengit clone
-ing the latestZulko/vapory
repo branch, and runningpython setup.py install
, I get the last line of the console output asFinished processing dependencies for Vapory==0.1.1
.pip list
showsVapory (0.1.1)
.pip search vapory
showsVapory (0.1.01) - 3D rendering with Python and POV-Ray /n INSTALLED: 0.1.1 /n LATEST: 0.1.01
. When I run the same code as before, there is noVertexVector
error and code executes fine.It seems like there is an issue with
pip
containing an old branch ofZulko/vapory
repo. Thus, 2 questions:pip
to reflect this latestZulko/vapory
repo branch?Zulko/vapory
repo inconda
?The text was updated successfully, but these errors were encountered: