-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
New release required #22
Comments
Hi Yaqwsx, Thanks for your answer. I did try : But I got an error when running : The error is : Regards, |
Oh, I forgot that setup.py does not build the Javascript framework automatically. I will try to address this near in the future. |
I added the possibility to download a pre-built nightly package. The instructions for installation were added to the installation section of documenation. |
Hi yaqwsx, I finally took the time to test it. |
This is strange; it seems that GH pages do not serve Python packages. In the meantime, you can directly get it from the repository (branch gh-pages): https://github.com/yaqwsx/Pinion/blob/gh-pages/releases/latest/pinion-latest.whl |
Hi yaqwsx, One more issue, when trying to install pinion-latest, I got the following error : pip3 install pinion-latest.whl I renamed it Pinion-0.1.0+22.g00654f4.dirty.dist-py3-none-any.whl and I was able to install it and run it. Works fine after that ! |
I'm having the same issue that @Keuronde to install |
@mfaccin |
thank you @Keuronde just found the command |
Hey @mfaccin |
@yaqwsx : Sorry to bother you again, but I tried to make another diagram and current released package is broken with actual dependencies. And change one line in template.py :
With that, I got a nicely working pinion, but I don't know how to package it with the javascript.... |
Can you either explain me how you make your package or create this package? |
Hi, sorry for the long unresponsiveness; there were other projects that needed my attention and Pinion wasn't a priority at the moment. There was a wrongly specified version of PcbDraw in the I pushed the initial changes to ensure compatibility in fcd0f5a (there's still more work to be done to bring in the new functionality of v1, but at the moment it should work as used to). |
Hi yaqwsx, I just try the new version and got a typeError...
|
Seeing the same error as above when plotting and this error when using the "rendered" option:
|
FYI: v0.3 was released. |
@Polsaker: Please open a new issue for the problem with rendering and plotting (separate issues, please). Please, describe the best environment you use and the steps to reproduce. |
Hi,
I try to use Pinion because I was impress by the tool. And I do like it, since I take the time to write an article about it (in French).
I lost a lot of time renaming all pin to have the same name for the same signal.
Now, I see that the code doing that is in commit ef2fcbf. It is a pity that this is not include yet in the release, now that you tool have been presented on some major web site.
I think that this modification alone deserve a new release. Can you make it ?
The text was updated successfully, but these errors were encountered: