-
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
error when pip install #1
Comments
Similar error here, trying to install/build on Windows, which is a shame as I'd love to use this (following from your blog post):
I can't see that there's a .whl available? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I'm having an issue while installing this library. I'm coming from the blog post you wrote here: "https://blog.thea.codes/raster-vectorization-with-python/". I've tried almost anything my limited knowledge of building C libs allows. Basically, if I run
pip install potracecffi
or run the install directly from a clone of this repository, I get an error referring to the "potrace.lib" file.To be fair, using the clone of this repo required changing the cffi library references, but yet, even if the process is able to find all the original potrace c files, it keeps asking for a potrace.lib file, which is something I would not know how to produce.
I tried to create a static library from the original potrace source, but found that the vanilla files would return errors in the latest visual studio version, when compiling...
Can you help in any way?
Below is a trace of the pip error
The text was updated successfully, but these errors were encountered: