-
Cyferfontein
Hi, I opted to reinstall Pythonista.
The problem with crytopgraphy started again after I installed requests_ntlm.
I deleted crytography from the site packages, restarted the app and tried to install crytography. I get the following error:
[~/Documents]$ pip install crytopgraphy
Querying PyPI ...
Error: Failed to fetch package release urls
[~/Documents]$ -
Cyferfontein
Hi, I am running stash v0.7.1.
I keep on getting this error related to the chardet module when trying to install a module:
[~/Documents]$ pip install requests
<class 'ModuleNotFoundError'>: No module named 'chardet'
[~/Documents]$ pip install chardet
<class 'ModuleNotFoundError'>: No module named 'chardet'Can anyone please assist me?
-
Cyferfontein
@JonB, thank you. I don’t get the numpy error anymore.
Any idea when or if one might be able to use pandas in Pythonista? -
Cyferfontein
@mikael, the trace:
Traceback (most recent call last):
File "/private/var/mobile/Containers/Shared/AppGroup/5BFAF8BC-3F1C-41C6-A555-E45537B9DC2E/Pythonista3/Documents/Test/Practice.py", line 2, in <module>
import pandas
File "/private/var/mobile/Containers/Shared/AppGroup/5BFAF8BC-3F1C-41C6-A555-E45537B9DC2E/Pythonista3/Documents/site-packages-3/pandas/init.py", line 19, in <module>
"Missing required dependencies {0}".format(missing_dependencies))
ImportError: Missing required dependencies ['numpy'] -
Cyferfontein
I keep on getting a missing dependency error. From what I can the dependencies are not missing. E.g. I am getting an error indicating that numpy is missing.
How do I fix this?