You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to install this freebsd. finally got the core package compiled. but still no luck with the python interface.
When I do python setup.py install, I get this error. Tried googling, and installed and reinstalled setuptools, but no luck.
TypeError: dist must be a Distribution instance
If I do: pip install .
the error goes away, but I cant load the package in python- still gives me a package not found error.
So my question is can this package be put in the "pip packaging system".
The text was updated successfully, but these errors were encountered:
Hi,
I tried to install this freebsd. finally got the core package compiled. but still no luck with the python interface.
When I do python setup.py install, I get this error. Tried googling, and installed and reinstalled setuptools, but no luck.
TypeError: dist must be a Distribution instance
If I do: pip install .
the error goes away, but I cant load the package in python- still gives me a package not found error.
So my question is can this package be put in the "pip packaging system".
The text was updated successfully, but these errors were encountered: