-
Notifications
You must be signed in to change notification settings - Fork 23
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
Missing files #15
Comments
Did you install the package with pip?
If installed properly, either with pip or setup.py, sets should contain
setsc, a compiled extension module.
|
Thanks for your quick reply.
I cannot use pip install as I am working on a restrictive environment and cannot add additional packages to my installation.
I downloaded the files from github and tried to link it to my program. That's where I noticed the missing files in github.
Is there anyway to uploaded them into github?
Thank you very much for your excellent project
Cheers
Alberto
|
Unfortunately, the compiled binaries are architecture and platform
dependent, so I cannot simply upload them to the repo. However, you can try
to unpack a compiled binary wheel from
https://pypi.org/project/guppy3/#files
… |
thank you very much. I will use the binary wheels |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sets directory is empty
Unable to import
from guppy.sets.setsc import BitSet # base bitset type
from guppy.sets.setsc import ImmBitSet # immutable bitset type
from guppy.sets.setsc import immbit # immutable bitset singleton constructor
from guppy.sets.setsc import immbitrange # immutable bitset range constructor
from guppy.sets.setsc import immbitset # immutable bitset constructor
from guppy.sets.setsc import MutBitSet # mutable bitset
from guppy.sets.setsc import NodeSet # base nodeset type
from guppy.sets.setsc import ImmNodeSet # immmutable nodeset type
from guppy.sets.setsc import MutNodeSet # mutable nodeset type
The text was updated successfully, but these errors were encountered: