-
Notifications
You must be signed in to change notification settings - Fork 0
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
UnicodeDecodeError
during pip
install
#3
Comments
So this is due to two minor facts:
Can you try to install the package from source (this repository) so we can check there is nothing more weird before I release the fix ? # download the source (git clone, or download a zip file)
# then from the source folder:
pip install cython
python setup.py install |
Hello, I think this thread should move to "pymadcad" not here(arrex). I tried as you commended : python setup.py install `C:\Python310\Manual_install\pymadcad-master>python
|
If this is working for arrex, this issue is then resolved :) Can you send also the terminal output of the installation of madcad, in your attempt it seems the installation did not compiled |
Sure. C:\Python310>python
|
Thanks, but this is the output when you try to import madcad, not the output when you install it. can you copy paste the output of the following ? pip uninstall pymadcad
pip install pymadcad Also when you copy paste some code or log on this forum, don't forget to add the mardown code delimiters ( Your last log shows a different error than the previous one:
Did yoou changed something in between ? |
Sorry for my misunderstanding.
|
from @wociety
The text was updated successfully, but these errors were encountered: